[jquery-ui] Scaling and centering an object with a slider

2009-12-06 Thread Kory
Hi All, I have a slider that proportionately scales a div on slide event eg: $("#my_slider").slider({ min: 100, max:2900, value: 780, slide: function(event, ui){

[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-06 Thread Josh Powell
Great Scott, thanks for the rundown. On Dec 6, 6:30 am, Scott González wrote: > Upgrading from 1.7.2 to 1.8 should be pretty straight-forward. An > upgrade guide will be available at the time of the release. I don't > recall making API changes to dialog that would affect users upgrading > from 1.

[jquery-ui] default styles

2009-12-06 Thread Jonathan Linowes
hi is there a stylesheet with simple default styles to use when javascript is disabled, eg if i have tabs ul but $("#tabs").tabs() never gets run, it still looks like a basic tabs. i can write it but wondering if theres already something available for jquery ui widgets/ themeroller in gene

[jquery-ui] Themeroller - Switching between Custom themes

2009-12-06 Thread Nymor
Hi, I'm using a custom theme created using the Themeroller app and it works wonderfully - thanks :) What I'd like to do, however, is to have a few more themes with slightly different colour schemes and either allow the user to switch between them or to do so with javascript. I know there is a way

Re: [jquery-ui] Re: Highlight select date ranges

2009-12-06 Thread Tanveer Virani
No, I have not solved it yet. Tanveer Virani On Dec 6, 2009, at 6:14 AM, Javier wrote: > did you solved this , i am very interested in something similar, i > want to change the background - color of a range of dates example > dates for summer from 21 jun to 21 sep . > anyhelp will be welcome >

[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-06 Thread Scott González
Upgrading from 1.7.2 to 1.8 should be pretty straight-forward. An upgrade guide will be available at the time of the release. I don't recall making API changes to dialog that would affect users upgrading from 1.7.2, but we'll go through all the changes prior to the release. If there are compatibil

[jquery-ui] JQuery UI Dialog with Repeater

2009-12-06 Thread sianabanana
Hi, I really wanted to get the JQuery UI Dialog working with repeated items so i didnt have to use the ajaxconroltoolkit for a modal popup. I can get individual examples to work, but when i have multiple popups on the same page i get in to trouble. I want to have a repeater of records on the pa

[jquery-ui] Re: Highlight select date ranges

2009-12-06 Thread Javier
did you solved this , i am very interested in something similar, i want to change the background - color of a range of dates example dates for summer from 21 jun to 21 sep . anyhelp will be welcome On 20 nov, 20:48, Tanveer wrote: > I'm try to high light a select date ranges by using the beforeSh

[jquery-ui] Re: Keep Tab Selected on refresh?

2009-12-06 Thread garrettjohnson
I know this is not the cleanest way but I like to keep of the selected tab index in my users session. On Dec 4, 12:47 pm, West415 wrote: > Hi, > > I am using the jquery UI tabs and wanted to know is there a way to keep the > tab selected when the page is refreshed?  If so, can someone provide cod