I’m making a drag and drop action, and I want an element to shift down when I bring an element over the one that is in my way.
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.
a simple hack would be to say something like:
then when you need to call what ever function to get the value, just use hoverElem
EDIT: this is a less resource intensive call:
EDIT 2: due to .live() being deprecated, you should use .on()