2014年6月27日
摘要: ie是不支持text 空白节点的所以想用这个写法清除inline-block可以休矣!!!$('.container').contents().filter(function() { return this.nodeType == 3;}) .wrap('') 阅读全文
posted @ 2014-06-27 18:22 就让往事都随风 阅读(117) 评论(0) 推荐(0)