摘要:
http://ejohn.org/blog/javascript-micro-templating/http://itindex.net/detail/39743-%E9%80%89%E6%8B%A9-javascript-%E6%A8%A1%E6%9D%BF 阅读全文
摘要:
$(document).ready(function(){ //限制字符个数 $(".act_p2").each(function(){ var maxwidth = 20; if($(this).text().length > max... 阅读全文
摘要:
$( document ).ready()https://learn.jquery.com/using-jquery-core/document-ready/A page can't be manipulated safely until the document is "ready." jQuer... 阅读全文