dealing with jquery files?
i have quite a lot of jquery files, like around 6 files, how can i sort them out. shall i put them all in one file, and upload i开发者_运维问答t to a CDN, taking in account page loads etc.
p.s. im also using google jquery cdn!
If you can put them in one file, compress them 'if not already compressed' and use your CDN, will give you the best loading performance.
精彩评论