08-12-2009, 10:19 AM
|
#16 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Quote:
Originally Posted by Enfernikus
I've seen the jQuery library - uncompressed - be called into web apps for the sole purpose of changing some attributes.
|
If you bring in the library from some CDN then the impact might be bearable: the main example being loading jQuery from the Google AJAX Libraries API. The idea being that the client would hopefully already have the file cached.
|
|
|
|