[jQuery] The resizing of a dialog window is really sluggish

2009-05-05 Thread Shaw
I am trying Jquery 1.3.2 + ui 1.7.1 (Current stable version), and experienced that the resizing of a dialog window is really sluggish when the HTML page is big.

[jQuery] IE 7.0 Bug for Jquery 1.3.2 + ui 1.7.1

2009-05-05 Thread Shaw
Hi, I download the stable package Jquery 1.3.2 + ui 1.7.1 from the site and just modified the sample page to try. And I keep on getting: "Exception thrown and not caught" error for the following simple page, basically just one jquery line with some HTML code. This happens for IE7.0 on XP. ==

[jQuery] Re: Help- jquery Dynamic Image load - dbl click = loads twice

2009-04-14 Thread Diogo Shaw
(); }); }); } // eg $('img.slide').image(function() { // success; }); Diogo Shaw

[jQuery] ui-tabs + ajaxContent

2007-12-25 Thread Joe Shaw
I am building a page that uses jQuery + ui.tabs to load content into the right half of the page. In this "loaded" content I am trying to do a ajaxContent to load a small html form when a link is clicked. The ajaxContent is unable to find any ajax class elements...ie the ajaxContent does not work.

[jQuery] wymeditor in thickbox

2007-12-24 Thread Joe Shaw
I am having trouble getting the wymeditor to load in a form that is opened into a thickbox from a separate html file. The form html file by itself, with proper scripts for wymeditor loaded, works fine; in the thickbox it is a plain textarea. Is this even possible? Has anyone else tried it? Any