Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵ | John Resig | 2009-07-14 | 1 | -1/+6 |
| | | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. | ||||
* | Adding support for etags in $.ajax() - and simplified the if-modified-since ↵ | John Resig | 2009-06-15 | 1 | -0/+15 |
implementation. Thanks to Lawrence for the patch! Closes ticket #4764. |