I was wondering if anyone has had any success - using the latest
Google hosted file versions of jQuery and jQuery UI - of getting the
resizable callbacks to fire.
Here's the code I'm using:
-----------------------------------------------------------------------
$("#resizable").resizable({
maxHeight: 250,
maxWidth: 350;
stop: function () {
alert("I've stopped")
}
});
-----------------------------------------------------------------------
Does anyone know of any working - and public - examples I can look
to?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---