學習jQuery,遇到幾個問題,希望大家幫助!
jQuery.fn.extend(object)
擴展 jQuery 元素集來提供新的方法(通常用來制作插件)。
查看這里Plugins/Authoring可以獲取更多信息。
Extends the jQuery element set to provide new methods (used to make a typical jQuery plugin).
Can be used to add functions into the to add plugin methods (plugins).
返回值
jQuery
參數
object (Object) :用來擴充 jQuery 對象。
jQuery.extend(object)
擴展jQuery對象本身。
用來在jQuery命名空間上增加新函數。 查看 'jQuery.fn.extend' 獲取更多添加插件的信息。
Extends the jQuery object itself.
Can be used to add functions into the jQuery namespace. See 'jQuery.fn.extend' for more information on using this method to add Plugins.
返回值
jQuery
參數
object (Object) : 用以擴展 jQuery 對象
本文由用戶 wf1006 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!