2014-03-26 68 views
1

有沒有什麼辦法可以修改僞僞造之後的nth-child的css?使用jQuery修改css類和:僞使用jQuery後

$(".product-block:nth-child(-n+6):after").css("background-color", "#" + col6); 

在黑色標籤元素結果的CSS,你可以看到下面(的前六項),我在做這就是爲什麼我需要做這一個主題切換。

Result of the element above

+0

http://stackoverflow.com/questions/8095177/jquery-using-after-selector –

+2

也許更好的一個 - http://stackoverflow.com/questions/17788990/access-the-css-after-selector-與 - jquery –

+0

第一個可能會有點矯枉過正,第二個鏈接有一些好方法+ 1'd :) – john

回答

0

我認爲最好的辦法是使用的.next(); (「。product-block:nth-​​child(-n + 6)」)。next()。css(「background-color」,「#」+ col6);