Select tabs using right click in Kendo Tabstrip -


i need select tabs in kendo tabstrip (see demo here) using right click in addition left click. possible?

this script work,

$('#tabstrip [role="tab"]').bind("contextmenu",function(e){    $('#tabstrip').getkendotabstrip().select($(this));    return false; });  

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -