I am using jquery.tools to make tooltips and I am having trouble getting them to work with jqeury library. I tried the no conflict method and it doesn’t seem to work. So when I have the tools loaded in my site, the sortable gallery, slider and other things stop working. You guys have any concrete method for getting things to play nice?
Agreed, are you using wp_enqueue_script? You should look through the code of the plugin and make sure that it isn't inserting an additional instance of jquery...I have had that happen enough times that the plugin code is spot #1 to check...
I am using jquery.tools to make tooltips and I am having trouble getting them to work with jqeury library. I tried the no conflict method and it doesn’t seem to work. So when I have the tools loaded in my site, the sortable gallery, slider and other things stop working. You guys have any concrete method for getting things to play nice?
What is the error your getting in the browser console?
To me it sounds like your attempting to load another version of jQuery in when you only ever need to let WordPress load it in for you.
Agreed, are you using wp_enqueue_script? You should look through the code of the plugin and make sure that it isn't inserting an additional instance of jquery...I have had that happen enough times that the plugin code is spot #1 to check...