[jQuery] Jquery, ajax and if-modified-since

2009-12-08 Thread Magnus O.
text/xml Cache-Control public, max-age=3600 Last-Modified Tue, 08 Dec 2009 18:49:08 GMT Expires Tue, 08 Dec 2009 19:49:08 GMT Content-Length 148018 Why does not jquery ajax set the correct if-modifed-since header? //Magnus

[jQuery] Problems with Ajax and caching

2009-10-23 Thread Magnus O.
, this does not work. I do not get a js error or ajax error but a requst is never made. This problem only occurs when using caching. If I set cache to false it works 100%. Any one that could understand why this happens? How do I cache cross domain json-p calls with jquery? //Magnus

[jQuery] performance of jQuery.each

2009-04-24 Thread Magnus O.
of iteration an array? //Magnus

[jQuery] Autocomplete plugin: Modifying how the input JSON is read

2008-07-22 Thread Magnus
, xml:lang: no , value: Barn } } ] } } From this I want the value to be listed in the autocompletion. So that Barnevaksinasjonsprogrammet, Barnesykdommer and Barn is the autocomplete options. Where in the code do I do this, or is this configurable? - Magnus