Some print.
Some print.
~SingleForum~无废话记录~ + ~19~记录点有用的好吗?少说废话少装b~

~SingleForum~无废话记录~ » js

jquery的一些不常用不过很有用的函数记录

Started 2 years ago by admin. | Tags: .

测试是否为函数:

JAVASCRIPT:
  1. jQuery.isFunction(obj);

滚动条改变 窗口改变 JavaScript ERROR 的三个事件

JAVASCRIPT:
  1. $(window).error(function(){
  2.   return true;
  3. });
  4.  
  5. $(window).resize(function(){
  6.   alert("Stop it!");
  7. });
  8.  
  9. $(window).scroll(function(){
  10.   alert("Stop it!");
  11. });

RSS feed for this topic