$(document).ready(function () {
$("#tabstrip").kendoTabStrip( {
animation: {
open: {
effects: "fadeIn"
}
},
select: function(element){alert('alert select tab name');}
});
});
嗨..
当我在 kendo tabstrip 中的选项卡上选择时,我想要警报选项卡名称。
有没有人帮帮我??