在开发的过程中,经常会使用异步加载,要使载的内容能有触发点击事件,可以使用以下方法
del_positive 为自己的样式名

		$(document).on("click",".del_positive",function(){
			alert(123);
		}); 

 

相关文章:

  • 2021-11-16
  • 2021-07-25
  • 2021-06-10
  • 2022-12-23
  • 2021-12-06
  • 2022-01-17
  • 2021-09-29
猜你喜欢
  • 2021-10-05
  • 2021-11-28
  • 2021-06-23
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案