ホームページ >ウェブフロントエンド >htmlチュートリアル >jQueryは指定された背景色のtd_html/css_WEB-ITnoseを見つけます
指定した色の td テーブルを見つける方法
----
$("#hutNew").find("td").each(function () { if ($(this).attr('style') == 'background:rgb(34, 139, 34)') { $(this).css({ "width": "140px", "cursor": "pointer" }); } else if ($(this).attr('style') == 'background:none') { $(this).css("background", "rgb(85, 85, 85)"); } });
cssclass とクラスを使用して見つけます
cssclassを定義するには、クラスを使用して見つけます
詳しく説明しましょう
.backcolor{background:rgb(34, 139, 34)}
if($(this).attr('class')=="backcolor"){//}
.backcolor{background:rgb(34, 139, 34)}
if($(this).attr('class')=="backcolor"){//}
.backcolor{background:rgb(34, 139, 34)}
if($(this).attr('class')=="backcolor"){//}わかりました、試してみましたが、うまくいきませんでした
.backcolor{background:rgb(34, 139, 34)}
if($(this).attr('class')=="backcolor"){//}