Hello, I have a Wordpress theme which has few plugins based on jQuery also works with an indispensable Wordpress plugin which is based on Prototype. I used the jQuery non conflict mode call and managed to avoid the conflict for most of all but the idTabs plugin. As long as Prototype is loaded, idTabs stops working even the other jQuery plugins are working OK. I replaced the $ with other variable inside the plugin's code but still no go.
I am using jQuery 1.1.3.1 and idTabs 1.0 Do you have any ideas please? Thank you.