jquery點(diǎn)擊切換背景色的簡(jiǎn)單實(shí)例
來源:易賢網(wǎng) 閱讀:2177 次 日期:2016-08-30 14:26:14
溫馨提示:易賢網(wǎng)小編為您整理了“jquery點(diǎn)擊切換背景色的簡(jiǎn)單實(shí)例”,方便廣大網(wǎng)友查閱!

下面小編就為大家?guī)硪黄猨query點(diǎn)擊切換背景色的簡(jiǎn)單實(shí)例。小編覺得挺不錯(cuò)的,現(xiàn)在就分享給大家,也給大家做個(gè)參考。

不說了,上代碼:

<!DOCTYPE html>

<html>

<head>

<style>

 .box {

  width: 100px;

  height: 100px;

  margin: 0;

  background-color: red;

}

</style>

</head>

<body>

<div class="box"></div>

<script src="http://cdn.bootcss.com/jquery/3.1.0/jquery.min.js">

</script>

<script>

$(document).ready(function(){

 var colorArr = ['white','red'];

 var count = 0;

 $('.box').click(function() {

  var $this = $(this);

   $this.css('backgroundColor', colorArr[count%2]);

   count++;

 });

});

</script>

</body>

</html>

以上這篇jquery點(diǎn)擊切換背景色的簡(jiǎn)單實(shí)例就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:jquery點(diǎn)擊切換背景色的簡(jiǎn)單實(shí)例
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn)

版權(quán)所有:易賢網(wǎng)