jQuery學習筆記3

動畫效果ide

  * 在必定的時間內不斷改變元素樣式函數

  * slideDown()/slideUp()/slideToggle()動畫

  * fadeOut()/fadeIn()/fadeToggle()this

  * show()/hide()/toggle()spa

  * animate({結束時的樣式}, time, fun)插件

  * stop()對象

 

插件機制文檔

  * 擴展jQuery函數對象的方法io

    $.extend({function

      xxx: fuction () {} // this$

    })

    $.xxx()

  * 擴展jQuery對象的方法

    $.fn.extend({

      xxx: function(){}  // thisjQuery對象

    })

    $obj.xxx()

    

* jQuery文檔的結構圖

相關文章
相關標籤/搜索