Hello Friends,
Are you looking for finding the parent div in easiest way using jQuery ? You can easily find parent div element using jQuery. Look at below link for parent functionality of jQuery. You can find nth div element using this parent function. Look at below code for 2nd parent div. In the same way you can find the nth parent HTML element.
$(this).parent().parent().attr(“id”);
If you find any problem in this than let me know by comment.
0 comments:
Post a Comment
Any Questions or Suggestions ?