Erik Beeson schrieb: > 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.
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
