MyBB Community Forums

Full Version: Removing Javascript Conflicts & Simple jQuery Tweaks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Latest:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>

No problems thus far.

Fyi I just found a problem with using the latest Prototype 1.7.1. It breaks the search function of MentionMe (@ Tagging plugin). When typing a username in the popup window textfield, it no longer performs the live search/display of users in a drop down below the textbox.

Reverted back to 1.6.03
Pages: 1 2 3