MyBB Community Forums

Full Version: Jquery - Not working right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have linked to jquery on google, and my custom jquery file that I have made, but it does not seem to be working; I made parts of my header spin and now it not working, and when you post a new reply you cant click on the smilies :/ Some help please?
This could have to do with the fact that MyBB uses "Prototype". jQuery and Prototype don't go along very well. So I'm afraid you'll have to fix your own jQuery code, as it's not MyBB's fault.

Try using jQuery.noConflict() on top of your code?