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
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
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
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' +
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
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
--~--~-~--~---
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