[jQuery] Interface Sortables Slow in IE

2006-10-04 Thread Matthew Bidwell
I just update an application that uses the Sortables plug-in-in with the current code. It works, however the speed is much slower than the previous version that I was using from 6-8 weeks ago. The slow part happens immediately when you click on an item to drag begin dragging it. Any idea what c

Re: [jQuery] Bug?

2006-09-13 Thread Matthew Bidwell
I am getting the same error using load in IE.  The alternative method you proposed corrected the problem.  Matt [EMAIL PROTECTED] wrote: -To: "jQuery Discussion." From: "John Resig" <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]Date: 08/13/2006 11:58AMSubject: Re: [jQuery] Bug?> Can anyone help

Re: [jQuery] Serialize()

2006-09-13 Thread Matthew Bidwell
I was right, it was a simple answer.  It looks like it is in the ajax.js now.Thanks,Matt [EMAIL PROTECTED] wrote: -To: discuss@jquery.comFrom: Matthew Bidwell <[EMAIL PROTECTED]>Sent by: [EMAIL PROTECTED]Date: 09/13/2006 09:27AMSubject: [jQuery] Serialize()The serialize() function is in

[jQuery] Serialize()

2006-09-13 Thread Matthew Bidwell
The serialize() function is included in the api documentation, however it seems to be in the forms.js plugin.  Is that correct?  If so, what determines which plug-ins are included in the api documentation and is there an easy way to find the location of functions that are not part of the core withi