Hi. I am using jquery accordion in one file which includes these js files JQuery/jQuery1.2.3.js JQuery/jquery.easing.js /JQuery/jquery.dimensions.js /JQuery/jquery.accordion.js /JQuery/ui.dialog.js /JQuery/ui.mouse.js js/JQuery/ui.resizable.js js/JQuery/ui.draggable.js js/JQuery/CommonjqueryFunctions.js js/JQuery/ui.tabs.pack.js js/JQuery/jquery.tooltip.js ./jquery/jquery.js now i am using jquery tabs in another file which imports the above file. the second file includes these js files : jquery/jquery-1.2.4a.js jquery/ui.base.js jquery/ui.tabs.js jquery/jquery.jqia.selects.js now accordion is functioning properly but tabs are not working. Is this becuase to two different versions JQuery/jQuery1.2.3.js in first file and jquery/jquery-1.2.4a.js in second file ? Please suggest me how i can make the two functionalities work together. Regards Mohammed Ali.
You can't have two instances of jQuery on the same page unless you do some serious reworking (although i wonder if "no conflict" would work here) anyways, have you simply tried to remove the reference to the older jQuery version?
The latest UI Tabs require jQuery 1.2.4+. In addition you shouldn't be using 1.2.4a (a like alpha) and instead update to a final release (jQuery 1.2.6 is the latest version). --Klaus
Leave a comment on klaus.hartl's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic