What is parent() in jquery?
Answer / Mahesh Chand Meena
`parent()` is a method used in jQuery to find the immediate parent of an element. For example, if you have `<div><p></p></div>`, using `$('p').parent()` will return the `<div>`.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we apply css in even childs of parent node using jquery library?
Explain the script build up by jquery?
What are the difference between empty(), remove() and detach() functions in jquery?
Explain jquery $.ajax() method?
Explain the use of data-role=”page” attribute? : jQuery Mobile
How did you become the creator of jquery ui? Whats the story behind that?
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
What were the biggest challenges of getting the 1.7 release out there?
What is parseint() and why it is used?
What are the difference between alert() and confirm()?
Explain the advantages of jquery?
Define slidetoggle() effect?