Changeset 2435
- Timestamp:
- 07/21/07 01:53:38 (1 year ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/ajax/ajax.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/ajax/ajax.js
r2433 r2435 78 78 // If successful, inject the HTML into all the matched elements 79 79 if ( status == "success" || !ifModified && status == "notmodified" ) 80 self.html(res.responseText) 80 self.html(res.responseText); 81 81 82 82 self.each( callback, [res.responseText, status, res] );
