I am using php and jquery-ui for saving drag and drop position. my problem is its saving top, left position which varies when viewing on a wider screen!
how can I save the position realative to parent element?
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.
For this kind of problem i have done something like :
I save the position in db using
And then when i set the position from db on another client screen.
It works for me, try to adapt it.