I have a object with position:fixed that I’m moving around a page in response to certain input from the user. I’d like to be able to select the dom element under that div using javascript/jquery. Anyone have any ideas?
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.
By ‘under’ I am assuming you mean the DOM object that is visually under (covered) by your
position:fixeddiv. In that case, you might find this answer useful:Using jQuery to find an element at a particular position?