2017年2月14日
摘要: $(function(){ $('#username').bind('input propertychange', function() { $('#result').html($(this).val().length + ' characters'); }); }) 类似于,实现微博的‘还能输入x 阅读全文
posted @ 2017-02-14 10:14 仔仔爱学习 阅读(280) 评论(0) 推荐(0)