Hi, wasn't as though as i thought it would ... thank again ... there's just some bugs now but I'll hopefully get a hang of them :-)
will write again ofcourse if something goes broke beyound my abilities ;-) Oliver On Jan 10, 5:44 pm, "oliver.pra...@googlemail.com" <oliver.pra...@googlemail.com> wrote: > Hi, > > and thanks a million donb and jQuery Lover :-) > > now Firebug only delivers 1 error (in my code) ... > > will ofcourse see what I can do, its: > > $("ul.menu").mainmenu is not a function > [Break on this error] $("ul.menu").mainmenu(); > personalized.js (Linie 23) > > I'm thinking it has to do with the superfish plugin ... > > On Jan 10, 7:53 am, "jQuery Lover" <ilovejqu...@gmail.com> wrote: > > > Yeap, the "not defined" errors mean jQuery is not loaded. So you > > should load your jQuery first and then other js code that uses it. > > > jQuery HowTo Resource - http://jquery-howto.blogspot.com > > > On Sat, Jan 10, 2009 at 6:30 AM, donb <falconwatc...@comcast.net> wrote: > > > > 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