[jquery-ui] Re: scaling ui-slider-handle

2009-12-09 Thread AJ
Many, many thanks Richard, just what I need. On Dec 8, 1:47 pm, "Richard D. Worth" wrote: > Here's a demo: > > http://jquery-ui.googlecode.com/svn/trunk/demos/slider/side-scroll.html > > - Richard > > > > On Tue, Dec 8, 2009 at 8:28 AM, AJ wrote: &

[jquery-ui] scaling ui-slider-handle

2009-12-08 Thread AJ
I've got my slider working but have one extra thing I'd love to add. Is it possible to scale my ui-slider-handle, proportional to the amount of scrollable content in the manner of a traditional scrollbar? I.E. If the width of a page dictates that 50% of the content in my scrollable layer is hidden

[jquery-ui] Datepicker: Bug in onChangeMonthYear?

2008-11-24 Thread AJ
et").datepicker({ onChangeMonthYear: function(date){ alert(date); } }); Is this a bug? Is there some other way to get the year AND month when the month is changed? Thanks much in advance. AJ --~--~-~--~~~