1
使用jQuery,有沒有辦法選擇引用特定css類的所有標記,並將顯示設置爲「inline」?,設置同一類的跨度顯示:內嵌from:塊
例如:
<span class="theclass">junk</span>
<span class="theclass">other junk</span>
<span class="theclass">more junk</span>
中的CSS:
.theclass {
display: none;
}
$( 「theClass描述」)顯示();作品! – 2008-11-15 11:28:47