常遇开发问题集合

HTML 篇

  • 如果使用了 "disabled" 属性,将读不出内容

JS 篇

  • $('#next').on('click',function(){}) 不可以用时改用$(document).on('click','#next',function(){})