Check-in Number:
|
31 | |
Date: |
2007-Apr-13 11:31:45 (local)
2007-Apr-13 09:31:45 (UTC) |
User: | rse |
Branch: | |
Comment: |
remember that Firefox and Opera work just fine with the load event
|
Tickets: |
|
Inspections: |
|
Files: |
|
Modified: jquery/jquery.xsajax.js
===================================================================
--- jquery/jquery.xsajax.js 2007-04-13 08:33:15 UTC (rev 30)
+++ jquery/jquery.xsajax.js 2007-04-13 09:31:45 UTC (rev 31)
@@ -91,7 +91,8 @@
.text(helper);
}
else {
- /* use regular "onload" event for all other browsers */
+ /* use regular "onload" event for all other browsers,
+ including Firefox and Opera. */
$(node).load(callback);
}
}