currentItem
()
: jQuery
switchTo
(url)
<div data-role="tabstrip" id="tabstrip"> <a href="#foo">Foo</a> </div>
<script>
$(function() {
$("#tabstrip").data("kendoMobileTabStrip").switchTo("#foo");
});
</script>
url
: String