MyBB Community Forums

Full Version: script help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im messing around with a script for member profile tabs...i also have a color picker installed and there is a conflict between the 2 of them

here is the script im using...its very basic

<script>
    $(function() {
    $( "#tabs" ).tabs();
  });
  </script>

if i remove the color picker the tabs work fine..i tried various tutorials to fix the conflict...but i had no luck getting them to work...any help would be appreciated.

thanks

BB