Hi, > > I just assumed $.getScript() would deal with it. Functionally, is > > there a difference between adding the script to body vs head? Thanks > > for all the info. > > getScript provides a callback for when the script is loaded, adding a > script tag to the DOM doesn't provide that.
Well, the solution I provided does. It's not that difficult to get that. That way Erik actually can load scripts from another domain, which neither getScript not jsPax do provide. Of course he has to pay that ability with the fact that some Safari-Versions simply wont get it. Christof _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
