New to Kendo UI for jQueryStart a free 30-day trial

Items

methods

Gets the list of DOM elements that represent the tabs.

Returns:HTMLCollection

the tabs as an HTML collection of elements.

<div id="tabstrip">
    <ul>
        <li>Tab 1</li>
        <li>Tab 2</li>
    </ul>
    <div>Content 1</div>
    <div>Content 2</div>
</div>

<script>
    var tabStrip = $("#tabstrip").kendoTabStrip().data("kendoTabStrip");
/* The result can be observed in the DevTools(F12) console of the browser. */
    console.log(tabStrip.items());
</script>
Not finding the help you need?
Contact Support