Hi guys ,
I'm working with the SLIDER plugin ,i WANT TO HAVE THE ABILITY TO  get
multiple Ranges in the Slider
the code should look something like this . but it doen't work it seems
it just works with one range
does any one has any Idea ,
thanks

        $("#PrimaryRules_slider").slider({
            range: true,
            min: 0,
            max: 500,
            values: [ [75,300] , [310,400] ] ,
            slide: function(event, ui) {

            }
        });
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to