i want to create slick slide but nested dom addEventListener load is not working
window.addEventListener('load', function(){
element.addEventListener('load', function(){
dosomething...
},false)
},false)
single dom addEventListener is working
window.addEventListener('load', function(){
dosomething...
},false)
Aucun commentaire:
Enregistrer un commentaire