摘要:
1、radio Button 点击后有时候有高亮样式,有时候没有解决方案:1 $("#task_form label").click(function () {2 $("#task_form label").removeClass("ui-btn-active");3 $(this).addClass("ui-btn-active");4 });View Code 2、引入jQ datepicker控件后,弹出框弹出多次,'tap'-轻击事件多次绑定,导致时间成跳跃式增长的bug。解决方案:打开da 阅读全文