English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
[ Attribute = value 選択子は指定された属性および値[ [attribute=value] の要素。
$("[attribute='value']")
href属性値が「 / CSS3 /:
$("document").ready(function(){ $("a[href='/CSS3/']").css({"background":"green", "color":"white"}); });テストを試してみて‹/›
パラメータ | 説明 |
---|---|
attribute | 選択する属性名を指定 |
value | 選択する値を指定 |