problem description the basic function is to click on the picture to jump to another page, but the bound event is useless and does not execute the binding event the environmental background of the problems and what methods you have tried I tried t...
var $buttom=[]; function addBtn() { var $dom = $( <button> + iPP + < button> ); $dom.on( click ,function(){ console.log($(this).html()); }); $buttom.push($dom); $.each($buttom,function(i,n){ ...