Saved Bookmarks
| 1. |
Explain Methods “childrens” And “find” In Jquery? |
|
Answer» “Childrens” method is used to find the child controls of the element but its limited to only ONE level where as “find” method can be used to find the controls in any level in DOM TREE. “Childrens” method is used to find the child controls of the element but its limited to only one level where as “find” method can be used to find the controls in any level in DOM tree. |
|