Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在页面上使用 kendoTabStrip,需要根据页面上的操作显示和隐藏特定选项卡。这是怎么做到的?我的代码如下:
这是一种方法。可能不是最干净的方法,但它会起作用。注意“eq(1)”这将选择第二个选项卡。
var viewtabstrip = $(".viewselector").kendoTabStrip({}).data("kendoTabStrip"); viewtabstrip.disable($(".viewselector ul").children().eq(1));