Jquery筆記一,Jquery筆記

來源:互聯網
上載者:User

Jquery筆記一,Jquery筆記

<pre name="code" class="html"><script type="text/javascript">//使用的jQuery 1.8//頁面載入前,初始化時 觸發某個節點的點擊操做。//功能一:可以實現在一個事件中調用另一個事件。window.onload=function(){$("#id").click();}//功能二:可以實現點擊<div><a>...</div>中的任意一個標籤都,觸發相同的事件。/***<div class="divclassselect"><a id="promoteCard" >升級</a><a id="changeCard" >變更銀行卡</a><a id="delCard" >刪除卡</a></div>類別選取器和孩子選取器***/$(".divclassselect").children("a").each(function(){if("I"==bankcardstatus1js){$(this).click(function(){alert("銀行卡變更審核中,不允許任何操作");return false;});}});//另一種點擊事件的文法$("#changeCard").bind("click",function(event){if((ishavetradejs=="false")&&(needmail_card=="false")){window.location.href = "url";}else if(needmail_card=="true"){alert("11111");}else{return false;}})</script>




聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.