花費 11 ms
jQuery 1.9 .live() is not a function

jquery中的live()方法在jquery1.9及以上的版本中已被廢棄了,如果使用,會拋出TypeError: $(...).live is not a function錯誤。 解決方法: ...

Wed Dec 09 02:02:00 CST 2015 0 15020
將舊版本jQuery升級到新版本的jQuery

需要將項目中的舊版本jQuery升級到新版本的jQuery,為解決兼容性問題得下載一個js兼容包。例子:升級的項目中jQuery1.x到jquery3.x,需要一個jquery-migrate-3.1 ...

Thu Oct 31 00:53:00 CST 2019 0 1285
移動端網頁大小自適應方案

目前比較常用的方法有: 首先要讓頁面大小鋪滿屏幕又不能溢出。只需要在html<head>標簽內加入viewport(如下),參數分別表示:頁面寬度= 屏幕寬度,最大和最小伸縮 ...

Tue Jun 07 07:08:00 CST 2016 1 6224
javascript 動態改變onclick事件

第一種:button.onclick = Function("alert('hello');"); 第二種:button.onclick = function(){alert("hell ...

Thu May 05 06:43:00 CST 2016 0 5523
html的input輸入框邊框

1.輸入框邊框完全隱藏<input type="text" style="outline:none;border:0" /> 2.input去邊框立體效果,去聚焦加亮,完全去css . ...

Wed Dec 09 20:22:00 CST 2015 0 5904

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM