This is a migrated thread and some comments may be shown as answers.

$("#tabstrip").data("kendoTabStrip") not working!

1 Answer 530 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ryan Lege
Top achievements
Rank 1
Ryan Lege asked on 07 Aug 2012, 09:32 AM
This piece of javascript does not work. tabStrip is always undefined!

 


var tabStrip = $("#tabstrip").data("kendoTabStrip");


Here are my References
    <script src="@Url.Content("~/Scripts/KendoScripts/jquery.min.js")" type="text/javascript"></script>
  <script src="@Url.Content("~/Scripts/KendoScripts/kendo.web.min.js")" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/KendoScripts/kendo.custom.min.js")" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.js")" type="text/javascript"></script>

1 Answer, 1 is accepted

Sort by
0
Ryan Lege
Top achievements
Rank 1
answered on 08 Aug 2012, 01:16 PM
Fixed! The Script reference needed to come after the Tabstrip
Tags
TabStrip
Asked by
Ryan Lege
Top achievements
Rank 1
Answers by
Ryan Lege
Top achievements
Rank 1
Share this question
or