Rolling back fix for #914 due to firefox double evaling scripts
authorBrandon Aaron <brandon.aaron@gmail.com>
Sat, 17 Feb 2007 20:34:15 +0000 (20:34 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Sat, 17 Feb 2007 20:34:15 +0000 (20:34 +0000)
src/ajax/ajax.js

index b513e63..7eb1b91 100644 (file)
@@ -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