function checkSJtitle() { var title = $.trim($("#ctl00_ctRight_txtTitle").val()); if (title == "" || title == null) { return false; } if (title.length >= 5 && title.length <= 15) { title = escape(title); $.ajax({ type: "post", dataType: "html", . Read More
posted @ 2013-07-23 14:17
小赖皮
Views(237)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号