[Plugin: Easy ToolBox] Conflict With WordPress' default JQuery on 3.2
-
Maybe you should do the work around by deleting <script/> that calls jQuery in your index.php,
and replace $ with JQuery in ur options.php
for example
$(document).ready(function()
to
jQuery(document).ready(function()
hope it helps ??
btw.. i still haven’t got the solution for css problem in WP 3.2 ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Easy ToolBox] Conflict With WordPress' default JQuery on 3.2’ is closed to new replies.