10 2012 档案

摘要:$(function() { $("[class^='TextCut']").each(function() { var cutlength = parseInt($(this).attr('class').replace("TextCut", "")); var text = $(this).html().trim(); $(this).attr("title", text); text = (text.length > cutlength + 2) ? (text.subs 阅读全文
posted @ 2012-10-30 13:50 Younger 阅读(1064) 评论(0) 推荐(0)