How can I make a page scroller with jquery like SQL Designer panel? Here is an image of it: http://screensnapr.com/v/jX0Pk1.png
Link: http://ondras.zarovi.cz/sql/demo/
Please see at right bottom that panel.
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.
I’ve put together a jsfiddle which should get you 99% there. I hope this helps!
http://jsfiddle.net/rNNzb/2/
I used a combination of jquery ui draggable with jquery scrollTop and scrollLeft as well as some simple viewport calculations.