Quote:
Originally Posted by 74corvette
Just an FYI but I installed this on my 3.6.8 board and it killed my Inferno shoutbox. Too bad but I had to uinstall it.
|
Putting jQuery into "No Conflict" mode should solve any problems with any JS or AJAX on a page. There should be no other reason it conflicts.
I don't have this mod downloaded, but in the code find something like:
Code:
<!--dock menu JS options -->
<script type="text/javascript">
$(document).ready(
function()
{
$('#dock').Fisheye
and replace the "$" with "jQuery".
I haven't been able to test this "CSS Dock" on my board yet, though, so I can't be 100% positive this will fix all conflicts.