摘要: 这个demo的效果是实现用户输入时提供实时提醒,并不一定要等到元素失去焦点时才提醒。很显然,这样做能提升更好的用户体验。html代码:<form method="post" action=""> <div class="int"> <label for="username">用户名:</label> <input type="text" id="username" class="required"/&g 阅读全文
posted @ 2011-11-29 19:43 余小熔 阅读(487) 评论(0) 推荐(0)