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.
CSS クラスを追加するには、Kendo PanelBar 内で最初の 2 つのタグを見つける必要があります。誰でもこれを達成する方法を提案できますか?
タグって何のことですか?ヘッダー?この場合、次のコードのようなものを使用できます。
$(".k-panelbar li > .k-header:lt(2)").addClass("my-class");