摘要:
css div{ width:200px;height:200px;background:#eee;} /* ie下的样式*/ p span{ display:block; width:200px; overflow:hidden; white-space:nowrap; text-overflow 阅读全文
摘要:
/* IE9placeholder支持 */ if(!placeholderSupport()){ // 判断浏览器是否支持 placeholder $('[placeholder]').focus(function() { var input = $(this); if (input.val() 阅读全文