JQuery Tools tabs conflicts with JQuery UI
问题 I'm using JQuery tools' tabs feature and at the same time I use JQuery UI. If I include both JS libraries, Jquery tools with tabs does not work. How to fix this conflict? Any help is appreciated. Thanks in advance. 回答1: You could get a custom jQuery-ui build that that doesn't include the tabs but that might cause some confusion later on. A better approach, IMHO, would be to edit the jQuery-tools tabs.js and change this line: $.fn.tabs = function(query, conf) { to something like this: $.fn