Here is the effect that I need: http://www.agilepartners.com/blog/2005/12/07/iphoto-image-resizing-using-javascript/
Is there any jQuery plugin doing the same thing?
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.
The answer is in your demo page. If you read the tutorial you will notice that it’s just simple JavaScript code (point 3 of tutorial). Prototype is used there only to create a slider and jQuery UI also has slider that you can easily adapt to that purpose.
Check the docs. What you need is the ability to add an event handler to slider value changes and slider value getter and this plugin provides all that for you.