Kendo-mobile - show/hide tabstrip
HTML
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.621/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.621/styles/kendo.default.min.css">
<script src="http://cdn.kendostatic.com/2012.2.621/js/kendo.all.min.js"></script>
<select id="dropDown">
<option>Item 1</option>
<option>Item 2</option>
<option>Item 3</option>
</select>
JavaScript
$("#dropDown").kendoDropDownList({
template: "<img src='http://www.kendoui.com/Image/favicon.ico' alt='KendoUI Logo' width='16px' height='16px' /> <span style='background:black;width:10px'> </span> #= text #"
});