Calling $.getScript with only one parameter, being the url, I always get
this message (on FF): "data has no properties" It points to line 226 of http://jquery.com/dev/svn/jquery/src/ajax/ajax.js if ( data.constructor == Function ) { type = callback; callback = data; data = null; } What I do is as simple as this: