>> I would like to be able to load my jquery plugins dynamically >> as this would reduce the number of scripts in my document head.
You could also combine all scripts you use on your entire site into 1 file, then, pack it and also don't forget to gzip it. There is a lot of documentation on this on the net. I managed to get jQuery from 20k to 9k when gzipped. I load this file using PHP which sets the correct headers for all browsers. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
