Adding support for etags in $.ajax() - and simplified the if-modified-since implement...
authorJohn Resig <jeresig@gmail.com>
Mon, 15 Jun 2009 13:36:12 +0000 (13:36 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 15 Jun 2009 13:36:12 +0000 (13:36 +0000)
commit28ab4d32247943e1ae3409b23fe69303df0bc9eb
treede40a6094ffe08dcb3e49d5f020d57eaed5c822a
parent030ae6771533a09157347ffe1d28ee08096899da
Adding support for etags in $.ajax() - and simplified the if-modified-since implementation. Thanks to Lawrence for the patch! Closes ticket #4764.
src/ajax.js
test/data/etag.php [new file with mode: 0644]
test/data/if_modified_since.php [new file with mode: 0644]
test/unit/ajax.js