[jquery-ui] Re: Style question for multiple sliders

2009-03-02 Thread Max
>   } > > }); > > - Richard > > On Fri, Feb 27, 2009 at 10:40 AM, Max wrote: > > > Oh weird, but if you un-focus the handle then try it again it works. > > > On Feb 26, 6:30 pm, "Richard D. Worth" wrote: > > > On Thu, Feb 26, 2009 at 5:2

[jquery-ui] Re: Style question for multiple sliders

2009-02-27 Thread Max
Oh weird, but if you un-focus the handle then try it again it works. On Feb 26, 6:30 pm, "Richard D. Worth" wrote: > On Thu, Feb 26, 2009 at 5:28 PM, Max wrote: > > > I have a number of two-handled range sliders on a page. The left > > handle is fine; when I slide i

[jquery-ui] Re: Style question for multiple sliders

2009-02-27 Thread Max
d D. Worth" wrote: > On Thu, Feb 26, 2009 at 5:28 PM, Max wrote: > > > I have a number of two-handled range sliders on a page. The left > > handle is fine; when I slide it all the way to the left it sits at the > > leftmost edge of the slider. The right handle, however

[jquery-ui] Style question for multiple sliders

2009-02-26 Thread Max
I have a number of two-handled range sliders on a page. The left handle is fine; when I slide it all the way to the left it sits at the leftmost edge of the slider. The right handle, however, ends up with the left edge of the handle lined up with the right edge of the slider, which is less than id

[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? > >

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

2009-02-25 Thread Max
n my dev copy of the site (not the test page I made earlier) with ranges will move now. On Feb 25, 10:28 am, "Richard D. Worth" wrote: > 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 &g

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

2009-02-25 Thread Max
et this working in my wee sandbox first. When I'm not working on stuff for clients (like this) I could just help fix jQuery but by now I'm a little short on time for this project. Soon though. On Feb 25, 10:28 am, "Richard D. Worth" wrote: > On Wed, Feb 25, 2009 at 11:03

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

2009-02-25 Thread Max
the handles being able to be dragged too far (about their width) to the right. If need be I think I can host a sample page somewhere. Thanks much for your help! - m a x On Feb 24, 8:15 pm, "Richard D. Worth" wrote: > On Tue, Feb 24, 2009 at 5:57 PM, Max wrote: > > > Hi every

[jquery-ui] Range sliders not quite working

2009-02-24 Thread Max
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 expected effect. In the online documentation it's unclear which

[jquery-ui] Re: slider in 1.5.3 ui broken?

2009-02-20 Thread Max
FYI I figured this issue out. That type error is thrown when your code refers to a slider handle that doesn't exist. In my case I was using a function intended for one- handled sliders on two-handled sliders and it screwed up while trying to read the value off the second handle. If you need to ha

[jquery-ui] Re: slider in 1.5.3 ui broken?

2009-02-20 Thread Max
FYI I figured this issue out. That type error is thrown when your code refers to a slider handle that doesn't exist. In my case I was using a function intended for one- handled sliders on two-handled sliders and it screwed up while trying to read the value off the second handle. If you need to ha

[jquery-ui] Re: slider in 1.5.3 ui broken?

2009-02-20 Thread Max
I'm having the same problem and have the same assortment of plugins loaded as you. I notice that the error only happens when I've attached a callback to the slider and it has two handles. One-handled sliders with callbacks work fine. Tried with the new jQuery and jQuery UI and that made my single

[jquery-ui] Re: slider in 1.5.3 ui broken?

2009-02-20 Thread Max
I am having a similar problem and am using the same UI components as you. I'm only getting the error when I've attached a handler to the slider (to the "slide" attribute), and at that only on my sliders that have two handles. Single-handled sliders and two-handled sliders sans callback functions w