As we know, div.parent > div.child is possible but div.parent < div.child is not, and from jQuery we can grab that parent from the child jQuery("div.child").parent("div.parent");
It would have been easier if we could get the control from child, isn't it?
No responses yet.