top
icon-mail-alt phone
X

前端網頁設計 jQuery 3.0+ 移除的 function 和替代方案

發佈日期 2020 , 08 , 28
觀看人數 600
回應 0


.size()
Note: This method has been removed in jQuery 3.0. Use the .length property instead.

.andSelf()
Note: this API has been removed in jQuery 3.0; use .addBack() instead, 
      which should work identically.

.isFunction()
Note: As of jQuery 3.3, jQuery.isFunction() has been deprecated. 
      In most cases, its use can be replaced by typeof x === "function".

:eq() Selector
Note: As of jQuery 3.4, the :first pseudo-class is deprecated. 
      Remove it from your selectors and filter the results later using .first().
:first Selector
Note: As of jQuery 3.4, the :first pseudo-class is deprecated. 
      Remove it from your selectors and filter the results later using .first().
發佈日期 2020 , 08 , 28
觀看人數 600
回應 0

Leave a reply

名稱
Email
Post
0 Comments