You don't have a range slider, you have a multi-handle/value slider, where
the handles can cross each other and are unrelated. And range: true to your
slider init:
jQuery('#slider').slider({
  range: true,
  ...
});

See http://docs.jquery.com/UI/Slider#option-range

Also, since you're specifying values: [75, 300], no need to specify value:
100.

If you have any further questions about slider or another jQuery UI plugin,
note there's a dedicated list for those:

http://groups.google.com/group/jquery-ui

- Richard

On Thu, Aug 20, 2009 at 7:29 AM, Bluesapphire <ahmadsaa...@gmail.com> wrote:

>
> Hi!
>    Iam newbie to  jQuery UI. Kindly visit following link :
>
> http://vibersol.com/ajaxsearch/
>
> There is slider (with ranges) on top. I just used all default files
> and settings.  What I am doing wrong that Orange color is  not visible
> between range. Can some one guide me how can Orange Color (Default)
> can be put/visible there.
>
>
> Thanks in advance

Reply via email to