MyBB Community Forums

Full Version: where's the right place to put jQuery.noConflict();
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where's the right place to put jQuery.noConflict(); to avoid conflict in jscripts..
and what is the exact code for this jQuery.noConflict(); ??
Thank you..
In footer or headerinclude template.
Anywhere after jQuery has actually been included.
Thanks yaldaram and Matt.
btw, is this the right code:

<script type="text/javascript">

jQuery.noConflict();

</script>
if not, tell me what is the right code.
Thank you.