jquery-總結(jié)

write less ,do more-------http://api.jquery.com

1.If no elements match the provided selector, the new jQuery object is "empty"; that is, it contains no elements and has .length property of 0.

2.jQuery( html, attributes ),to create html element with its attr and event

$( "<div/>", {
  "class": "test",
  text: "Click me!",
  click: function() {
    $( this ).toggleClass( "test" );
  },
  on{
    touchstart: function( event ) {
      // Do something
    }
  }
})
  .appendTo( "body" );
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • Correctness AdapterViewChildren Summary: AdapterViews can...
    MarcusMa閱讀 9,056評(píng)論 0 6
  • 背景 一年多以前我在知乎上答了有關(guān)LeetCode的問(wèn)題, 分享了一些自己做題目的經(jīng)驗(yàn)。 張土汪:刷leetcod...
    土汪閱讀 12,923評(píng)論 0 33
  • 今天上二年級(jí)的孩子進(jìn)行期末考試,昨天下午回到家就一直畫畫,畫畫是她的愛好,我也不忍打擾,一般都是畫完后再討論學(xué)習(xí)的...
    紐森獵頭王凡閱讀 524評(píng)論 1 2
  • 那年夏天,一個(gè)最令我們心潮澎湃時(shí)候。 每當(dāng)我走過(guò)這里的時(shí)候,都會(huì)想起,我在這上過(guò)最快的高中。 ...
    微微夏夜閱讀 207評(píng)論 0 0
  • 文/A 幸運(yùn)點(diǎn) 江天萬(wàn)里夜傾船,牧野收笛送落帆。 影入樓臺(tái)聽不語(yǔ),風(fēng)侵枕被臥難眠。 殘星輾轉(zhuǎn)成一度,筱夢(mèng)盤旋露半彎...
    A幸運(yùn)點(diǎn)閱讀 346評(píng)論 17 11

友情鏈接更多精彩內(nèi)容