MyBB Community Forums

Full Version: Jquery fixed?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A naive question perhaps.... but is Jquery fixed in 1.8.*?

Using 1.6.* inline moderation always failing unless adding that 'no conflict' code - plus, most importantly, a widget I used my eBay (advertising) used Jquery and crashed my 1.6.* site

Is that all fixed now in 1.8.*?

Just asking before I update.

Thanks
phil
MyBB 1.6 and previous versions include Prototype library - adding jQuery on top of that might have been causing some compatibility issues and the jQuery.noConflict() bit was required for it to work together.
MyBB 1.8 uses jQuery natively, so you shouldn't encounter any problems like that now.
Thanks Devil. Have a Rep from me.