[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-06 Thread Josh Powell
d 1.4. We will likely stop > supporting 1.3.2 with the 1.9 release. > > On Dec 5, 11:19 pm, Josh Powell wrote: > > > I guess I'm asking about 1.7.2, does anyone plan to test it with > > jQuery 1.4?  Is an upgrade from 1.7.2 to 1.8 straightforward, or have > > the AP

[jquery-ui] Re: jQuery 1.4 compatibility

2009-12-05 Thread Josh Powell
I guess I'm asking about 1.7.2, does anyone plan to test it with jQuery 1.4? Is an upgrade from 1.7.2 to 1.8 straightforward, or have the API's changed significantly for existing widgets? Especially the dialog. Thanks, Josh Powell On Dec 5, 10:06 am, Scott González wrote: > Are

[jquery-ui] jQuery 1.4 compatibility

2009-12-04 Thread Josh Powell
Is the latest jQuery UI going to be compatible with jQuery 1.4? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@go

[jquery-ui] Re: jQuery $ alert....

2009-05-30 Thread Josh Powell
varX = 2; varY = 3; var txt = '#div' + varX+ varY; alert($(txt).innerHtml); A couple of things are going on here. 1) If you meant '#div' + varX+ varY; to come out to #div5 then you have to do '#div' + (varX+ varY); because javascript thinks you are attempting string concatenation on '#div' +

[jquery-ui] Re: Modal dialog closing

2009-04-04 Thread Josh Powell
Is it happening for you on the demo page, or on a page you are adding it to? Can you paste the code in here you are using? On Apr 3, 8:54 am, Fifi wrote: > Hi i'm trying out the Dialog Modal form example as seen > onhttp://jqueryui.com/demos/dialog/#modal-form > but every time i click the 'Cr

[jquery-ui] Dialog close challenge

2009-03-26 Thread Josh Powell
out easily how to all do the same function (with close event) or have the Cancel button execute the function, but not the 'X'. How can I call a function when the X is clicked to close the dialog, but not when I close it with javascript? Thanks, Josh Powell --~--~-~--~---

[jquery-ui] Closing the dialog question.

2009-03-26 Thread Josh Powell
the dialog it always executes even when using javascript to close it. Any advice would be appreciated, thanks! Josh Powell --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To pos