Well, that's a mistery. Two unlikely possibilities: 1. the packed jquery has an error, use the minified version 2. some function on your page is doing something with the '$' variable
Do you have a page online we can look at? On Nov 28, 5:06 am, harryhobbes <[EMAIL PROTECTED]> wrote: > The path is right and I'm using the packed version. There may be js on > the page, but nothing is using jquery because I haven't enabled the > page to use it yet. Basically I have a site that i'm incrementally > adding jquery so that every page has a degree of degradation to it. > > On Nov 28, 1:30 am, Liam Potter <[EMAIL PROTECTED]> wrote: > > > I'm guessing the path is wrong, are you using absolute paths or relative? > > > ricardobeat wrote: > > > It shouldn't timeout if you're not running any functions, are you > > > using the packed version? Are you sure you don't have any javascript > > > code on these pages? > > > > On Nov 11, 3:01 am, harryhobbes <[EMAIL PROTECTED]> 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