[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread lionel28
Thank you guys. Yes it works fine. The ajax that is being loaded has no head. I got it to work by loading up the javascript at the bottom of the ajax table. Works fine with Firefox, but takes a very long time to load in IE 8.0. The javascript is barely 2k lionel28 wrote: > > Hi, > > I am usin

[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread Klaus Hartl
On 13 Aug., 07:30, Applecore wrote: > The jquery.tabs.js file uses the jQuery.load function to load content > from a file. The problem is that this function will remove all scripts > from the file because it can't handle them. > > The only function that will allow this is the jQuery.ajax function

[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread Applecore
The jquery.tabs.js file uses the jQuery.load function to load content from a file. The problem is that this function will remove all scripts from the file because it can't handle them. The only function that will allow this is the jQuery.ajax function you can see the part that would allow this he