How to detect a div over another div with jQuery? any solution?? thanks for you answer
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the children selector. Note it travels only a single level down the dom for anything else use find
Somehow find the parent div.. using a class or id selector or choosing it smarlty by using first. last etc.
or use a selector
http://jsfiddle.net/fVQB8/
Does that help you?