Re: [jQuery] iPhone: split jquery script file

2010-01-14 Thread Peter Edwards
There is an interesting article about optimising YUI for Safari/iPhone at: http://tinyurl.com/y97karc (there was a problem with the blog's database connection, so this links to a cached version) With the following in it: Some examples of the kinds of things an iPhone-specific site doesn’t need:

[jQuery] iPhone: split jquery script file

2010-01-14 Thread m-schmidt
Hi, the iPhone has a cache limit of 25KB, so the jquery script file will never be cached. Is it possible to split the jquery file in 5-10 smaller files for the iPhone? thanks, Micha