[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Max
Ok I've figured this all out. Thanks so much for your help! I was about to lose it over here. On Feb 25, 2:40 pm, "Richard D. Worth" wrote: > On Wed, Feb 25, 2009 at 12:07 PM, Max wrote: > > > So I can have handles in the markup like in the previous version? > > That'd be handy. > > Yeah, just

[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Max
Ok I figured out the major problem was having range: "true" rather than range: true in my options, though that was working fine with the previous version. I've changed my code and it's closer to working now, although now I have the mysterious issue that none of the sliders in my dev copy of the si

[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Richard D. Worth
On Wed, Feb 25, 2009 at 12:07 PM, Max wrote: > > So I can have handles in the markup like in the previous version? > That'd be handy. Yeah, just add the class 'ui-slider-handle' to them. > Here's a gist with just the necessary styles copied > into it: > > https://gist.github.com/78d988b9d1c60

[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Max
So I can have handles in the markup like in the previous version? That'd be handy. Here's a gist with just the necessary styles copied into it: https://gist.github.com/78d988b9d1c60f40d1fb Obviously the real version has tons more stuff in it and it's fully styled, but I want to get this working

[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Richard D. Worth
On Wed, Feb 25, 2009 at 11:03 AM, Max wrote: > > Working on this right now. I'll tell you a few of the issues I've been > having (it's frustrating because I need the new UI features and these > issues are so minor). > > For this particular app I need a way of styling the left and right > slider h

[jquery-ui] Re: Range sliders not quite working

2009-02-25 Thread Max
Working on this right now. I'll tell you a few of the issues I've been having (it's frustrating because I need the new UI features and these issues are so minor). For this particular app I need a way of styling the left and right slider handles of a range slider differently (the two shapes fit to

[jquery-ui] Re: Range sliders not quite working

2009-02-24 Thread Richard D. Worth
On Tue, Feb 24, 2009 at 5:57 PM, Max wrote: > > Hi everybody! > > I have a bunch of sliders of various varieties all over this site I'm > working on, and I have a minor issue. > > When I'm using jQuery 1.2.6 and UI 1.5.3, the $.slider("value") and > $.slider("values") methods do not have the expe