or

return u.touch?document.documentElement.clientWidth/window.innerWidth:u.pointers?(top||window).outerWidth/(top||window).innerWidth:1var ticketType = $("#TicketType").kendoDropDownList({ optionLabel: " ", dataTextField: "TicketTypeName", dataValueField: "TicketTypeId", dataSource: { serverFiltering: true, type: "jsonp", transport: { read: { url: "../Service/IncidentManagement.asmx/GetTicketTypeList", contentType: "application/json; charset=utf-8", type: "POST" } }, schema: { data: "d" } }, template: "<div><span>${TicketTypeName}</span><span>${TicketTypeDescription}</span></div>"}).data("kendoDropDownList");<div class='k-button' data-bind='click: newProduct'><span class="k-icon k-i-plus"></span> New</div><script type="text/javascript"> function newProduct(evt) { alert(evt.event.target.tagName); }</script>