Fix for #914.
This commit is contained in:
parent
ecaa4d4570
commit
08ff26927b
|
@ -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.attr("innerHTML", res.responseText)
|
||||
self.html(res.responseText)
|
||||
// Execute all the scripts inside of the newly-injected HTML
|
||||
.evalScripts()
|
||||
// Execute callback
|
||||
|
|
Loading…
Reference in a new issue