I have a div that has several child divs. Some have ID's and classes, some do not.
I have used move_children_to() and was wondering if there is something similar to select the children.
I have a div that has several child divs. Some have ID's and classes, some do not.
I have used move_children_to() and was wondering if there is something similar to select the children.
Copyright © 2021 Jogjafile Inc.
There are a few different ways to select the immediate children.
First you can do:
Another way to handle this would be to just open a scope on
move_children_to()I hope this helps! Let me know if I can provide any more assistance.