MyBB Community Forums

Full Version: adding jquery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey
i want to add a jquery libery but if i add it, i cant delate posts and cant delate threads..
how can i do that?
You can add jQuery by putting this in headerinclude

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

Enter the developer mode on a browser to see what is conflicting.
(2013-08-06, 03:44 PM)Senethic Wrote: [ -> ]You can add jQuery by putting this in headerinclude

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

Enter the developer mode on a browser to see what is conflicting.

MyBB uses Prototype.js, so pretty much everything will conflict.

OP, see: http://community.mybb.com/thread-135747.html