Unfortunately that is not a feasible solution. The site will eventually use jquery quite heavily and I cannot run a script to determine if the page will need the jquery library or not.
On Nov 11, 9:39 pm, Dodi Rahmaninoff <[EMAIL PROTECTED]> wrote: > Is the web is in php? if it is, why don't you try not to load the jquery > file when the file is not needed, by addding the condition before the > <script> tag, hope it can solve your problem > > harryhobbes wrote: > > Hi, > > > I've got jQuery loading by default on my site. The library is only > > used on some pages in my site, however when I load a page that isn't > > using jquery (but still loading the file in the html header) Firefox > > pops up with a warning that jquery is timing out. > > > Any suggestions? > > > Cheers