ホームページ > ウェブフロントエンド > jsチュートリアル > シンプルな jQuery メソッドを使用してインターレース色変更を実装する function_jquery

シンプルな jQuery メソッドを使用してインターレース色変更を実装する function_jquery

WBOY
リリース: 2016-05-16 17:05:54
オリジナル
960 人が閲覧しました

今日、単純なメソッド toggleClass() を使用してインターレース カラー変更を実装します。コードは次のとおりです:

コードをコピーします コードは次のとおりです:





隔行换色





   

       
           
               
               
               
           
           
               
               
               
           
           
               
               
               
           
           
               
               
               
           
           
               
               
               
           
           
               
               
               
           
           
               
               

;


The first more complicated method:



Copy the code $("#table tr").hover(function()
{
$(this).addClass("h") ;
                                                                                  > {
if ($ (this) .attr ("checked")
{
$ (this) .closest ("tr"). Addclass ("c");
}
}
else
{
$(this).closest("tr").removeClass("c");
}
})
})


The second simpler method:

toggleClass() Toggles setting or removing one or more classes of selected elements.
This method checks the specified class in each element. Adds the class if it does not exist, or removes it if it is set. This is called a toggle effect.
However, by using the "switch" parameter, you can specify that only classes be removed or only added.


Copy code



The code is as follows:

})






ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
脚本之家脚本之家
脚本之家脚本之家
脚本之家脚本之家
脚本之家脚本之家
脚本之家脚本之家
脚本之家脚本之家
脚本之家Script Home