What is use for parent() and children() function in JQuery?
Answers
Answered by
0
Hi
Parent() function will return the direct parent of all ancestor elements of the selected element.
children() function will return all direct children of the selected element.
Answered by
0
I can answer by know in the meaning of
Similar questions