This question is locked. New answers and comments are not allowed.
code snippet-1 gives me a valid tabstrip on the page, but code snippet-2 gives me null for tabstrip. Pl. let me know,
what could be going wrong?
1. var tabstrip =jQuery('#TabStrip').tTabStrip() ---> returns valid tabstrip object
2. var tabstrip =$("#TabStrip").data("tTabStrip") --> return 'null' for tabstrip.
Also, the following code, doesn't automatically switch to the 3rd tab: I'm using jquery.1.4.2 with latest Telerik MVC dll and checked all the JS and css files.
var item = $("li", tabstrip.element)[2];
tabstrip.select(item);
Thanks,
what could be going wrong?
1. var tabstrip =jQuery('#TabStrip').tTabStrip() ---> returns valid tabstrip object
2. var tabstrip =$("#TabStrip").data("tTabStrip") --> return 'null' for tabstrip.
Also, the following code, doesn't automatically switch to the 3rd tab: I'm using jquery.1.4.2 with latest Telerik MVC dll and checked all the JS and css files.
var item = $("li", tabstrip.element)[2];
tabstrip.select(item);
Thanks,