Please suggest the jquery library for tab function. I used jquery-1.6.4.min.js,jquery jquery-ui-1.7.1.custom.min.js and jquery-ui-1.7.1.custom.min.css .But not it works. I want to disable the tab on ready function.
My code is
$(document).ready(function () {
$("#tabs1").tabs({
disabled: true
});
});
error got d.disabled.concat is not a function (in jquery-ui-1.7.1.custom.min.js)
any solution?
try:
for more see:
http://forum.jquery.com/topic/what-does-tabs-disable-do
jQuery UI tabs disable tab navigation