id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 3942 jQuery.getScript requires a callback trollix@… Jonas Borgström "In jQuery 1.0.2, when using jQuery.getScript( this.src ), the function does not work if you don't have a callback function. Example code: jQuery.getScript( this.src ); // line 1647 Firefox's JavaScript console shows: Error: data has no properties Source File: http://localhost/jQuery.js Line: 1647 Error: data has no properties Source File: http://localhost/jQuery.js Line: 1708 However, this code works: jQuery.getScript( this.src, function() { } ); // line 1647 Thanks to fix that little bug. Regards, Trollix." defect closed normal general normal invalid