treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Cascading Jquery Errors

  • Hello every one. This is Killing me.

    This page: http://decormouldings.org/shop/ca-5a/ disbables many of the Jquery's that I had added. The way I see it, the Jquery was working, but something went wrong. Now, if I take away a Jquery error, or just omit a Jquery from the equation, more Jquery errors show up! So for example, I took away this Jquery: no-right-click.js, and then more Jquery errors (new ones) show up! I took the Navegation on the side and the same, a new Jquery error appears in the error page.

    The way all the scripts work is like this: http://decormouldings.org/shop/mdf-profile-sheets/

    Please help me.

    Thanks,
  • Never mind. What I did was to insert var $=jQuery.noConflict(); to my Jqueries that I am using in the website. And all is well then.

    thanks any way,