Move the jquery.js link ahead of all the others (because 'jQuery' is NOT loaded when they call it) and fix the path on dropdown.js - it is not loaded at all
On Jan 9, 8:06 pm, "oliver.pra...@googlemail.com" <oliver.pra...@googlemail.com> wrote: > Hi, > > Since there's been no answers I'm just checking in again. > > I opened the page with Firebug and luckly recieved so error messages: > > jQuery is not defined > hoverIntent.js()()hoverIntent.js (Linie 84) > [Break on this error] })(jQuery); > hoverIntent.js (Linie 84) > jQuery is not defined > superfish.js()()superfish.js (Linie 121) > [Break on this error] })(jQuery); > superfish.js (Linie 121) > > If anyone knows what they mean dont wait and reply, I'll also research > forther with my bind approach... > since this is the first js I'm ever doing on a webpage > > Oliver > > On Jan 3, 9:07 pm, "oliver.pra...@googlemail.com" > > <oliver.pra...@googlemail.com> wrote: > > Hi, > > > I'm working on a site with somebody, and we got most of it finished, > > but it needs a little self made jQuery coding ... > > > The problem is that this isn't running at all! > > > The code is in personalized.js and is being loaded (firebug) > > > Code in bin:http://code-bin.homedns.org/205 > > > We already tested around a bit but couldn't find anything that will > > make it work, I think we also got a version using the var $j = > > jQuery.noConflict(); but that might have been done wrong, theres a hide > > () on mainContent just for testing but this isn't getting done > > either... > > > The hole site is till now just for Firefox 3+ tested (and will break > > in ie as far as i know) > > > The website:http://www.vonderdecken.net/ > > > hope you can help since I'm totally new to javascript and jQuery. This > > means I sadly also means I have not a clue at all how to debug it... > > > Oliver