There is slider functionality in the jQuery UI project ( http://ui.jquery.com ) which will do pretty much what you're looking for.
On Feb 18, 7:01 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > The 2nd link is awesome! :) > > Ariel Flesler > > On Feb 17, 10:38 pm, alex <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I am new to both jQuery and YUI. While jQuery has an easy slideUp > > slideDown mehtods..YUI has an easy slider widget (http:// > > developer.yahoo.com/yui/examples/slider/slider-simple.html). > > > I am confused which one can achieve the similar feat for > > me:http://demo.backbase.com/travel/ > > > In that demo if you move the price slider from left to right then the > > data on the right is shifted accordings. > > > Can someone please give me a pointer on where to begin with this? for > > starters i dont even want to go back to the server..just want to > > achieve this with non-dynamic data.