HTML針對特定鏈接: 我已經附加我面臨的問題的一個簡單的例子:使用jQuery 1.4或JavaScript我怎麼會用一個變量
<h2>Product2</h2>
<div id="products">
<a class="my-product1" href="#"><span>my-product1<span></a>
<a class="my-product2" href="#"><span>my-product2<span></a>
<a class="my-product3" href="#"><span>my-product3<span></a>
<a class="my-product4" href="#"><span>my-product4<span></a>
<a class="my-product5" href="#"><span>my-product5<span></a>
</div>
的Javascript: 我已經從頁面標題拉取myProduct並強制小寫。接下來,我試圖從基於其類的鏈接組中刪除該產品。它很可能這是jquery101但是我不知道如何添加一個類到鏈接使用變量來確定選擇哪個類。在這個例子讓我們假設VAR myProduct的產品2 =
function removeProduct(myProduct){
$("a.myProduct").addClass("display-none");
};
此外,我還在學習,所以如果你有時間的,爲什麼我在做什麼是錯的會很長的路要走簡要explination。謝謝你的時間!
的jQuery 4.4 ....你發明了時間旅行? [jQuery的當前版本(http://docs.jquery.com/Downloading_jQuery#Current_Release) – ManseUK 2012-03-20 14:02:22
@ManseUK我猜他的意思1.4 ... – Andre 2012-03-20 14:11:59
@Andre我從來不喜歡猜......他可能意味着'Prototype'或'Dojo' ..... – ManseUK 2012-03-20 14:16:45