MyBB Community Forums

Full Version: jQuery in code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

How can I use jQuery code in MyBB plugin's code?

Thank You!
Regards,
WbDev
What do you mean?

You can add javascript in the headerinclude template. You may have to add the following at the beginning of your script file:
jQuery.noConflict();
No not the noConflict().. nvm thanks
Is this solved then?
Yes...