mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Rolling back fix for #914 due to firefox double evaling scripts
This commit is contained in:
parent
5c9fadbc5d
commit
ef1bd04532
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user