Skip to content
Permalink
Browse files
Added back in the .load() fix.
  • Loading branch information
jeresig committed Jan 14, 2007
1 parent 382a7ec commit 2591319
Showing 1 changed file with 1 addition and 1 deletion.
@@ -77,7 +77,7 @@ jQuery.fn.extend({
complete: function(res, status){
if ( status == "success" || !ifModified && status == "notmodified" )
// Inject the HTML into all the matched elements
self.html(res.responseText)
self.attr("innerHTML", res.responseText)
// Execute all the scripts inside of the newly-injected HTML
.evalScripts()
// Execute callback

0 comments on commit 2591319

Please sign in to comment.