码迷,mamicode.com
首页 > Web开发 > 详细

js中判断 .html() 是否为空

时间:2017-12-22 17:33:21      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:span   blog   ret   style   var   gpo   ==   log   pos   

String.prototype.isEmpty = function () {
  var s1 = this.replace(/[\r\n]/g, ‘‘).replace(/[ ]/g, ‘‘),
      s2 = (s1 == ‘‘) ? true : false;
  return s2;
};
$(this).html().isEmpty();

 

js中判断 .html() 是否为空

标签:span   blog   ret   style   var   gpo   ==   log   pos   

原文地址:http://www.cnblogs.com/zjj1990/p/8086910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!