MyBB Community Forums

Full Version: Quick reply not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to add jquery resize plugin in quick reply but when I add this ajax quick reply stops working. And it shows the redirect page then post the reply.
Are you adding jQuery.noConflict to the page and changing all '$' in the jQuery code to be 'jQuery' instead?? Otherwise the jQuery will stop the rest of the javascript working.
There is a jQuery conflict.

How to solve: http://api.jquery.com/jQuery.noConflict/

Edit: ninja'd
Thanks Solved