JQuery/js 使用ajax加载的数据,无法使用点击事件2018-07-19王明昌阅读(3366)赞(0)$('#btn').on("click",function(){}绑定无效 改良后: $(document).on('click','#btn',function(){}