Splitting jQuery into multiple files (for iPhone caching)
- by Marko Ivanovski
Hi,
I was wondering if there is a way to split jQuery into multiple files, i.e.
jQuery-1.4.2_part1.js
jQuery-1.4.2_part2.js
jQuery-1.4.2_part3.js
...and so on.
The reason I want to do this is because the iPhone doesn't cache assets larger than 25kb and I really need jQuery to only be downloaded once.
If you think there are other workarounds for this I am considering all options right now.
Thanks,
Marko