0
我無法更改第一項的名稱。 使用下面的例子在第二個項目等很好,但我不能更改第一個項目的名稱,只有後續項目?我如何使用jQuery訪問第一個項目。 試圖李:第n(0)更改Kendo面板條的名稱
var li = panelbar.wrapper.find("> li:nth(1) span.k-link.k-header");
// Replace the content by "Title"
li.contents().first().replaceWith("Title");
你可以在這裏看到:http://dojo.telerik.com/@OnaBai/Uzugu
嗨,沒有工作,有什麼想法嗎? – Andy
我可以看到一些html,一小段代碼嗎? – oMiKeY
我可以改變除了頂部的所有元素,試過這也是li = panelbar.wrapper.find(「> li:nth-child(1)span.k-link.k-header」); ()「(」New Name「); – Andy