Varias formas de generar dinámicamente eventos de enlace de etiquetas con jquery
1. Evento de enlace dinámico: lt; div?id=boxgt; lt;/divgt;
lt; /p>
lt;scriptgt;
window.onload=function(){
document.getElementById("btn").onclick=function(){ var ?span =document.createElement("span"); span.innerHTML="Haz clic en mí " Math.random(){
2.createElement("span"); span.innerHTML="Haz clic en mí " Math. aleatorio(); span.onclick=function(){ alert(this.innerHTML } document.getElementById("box").appendChild(span);
}
}
lt;/scriptgt;
2. Delegación de eventos: lt;div?id=boxgt;lt;/divgt;
lt;button? btngt; Generar etiquetas dinámicamentelt;/buttongt;
lt;scriptgt;
window.onload=function(){
document.getElementById(" box") .onclick=función(e){ var?target.innerHTML); }
}
documento. getElementById("btn").onclick=función(){ var ?span= document.createElement("span"); span.innerHTML="Haz clic en mí" Math.random(); document.getElementById("box").appendChild(span); p>}
lt;/scriptgt;