Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery("#services img").on("click", function(){
- var image = jQuery(this).attr("data-main-image-src");
- var thumb_image = jQuery(this).attr("src");
- console.log(image);
- // Aqui eu estou removendo todos os blocos dessa classe e logo em seguida o
- // próprio sistema inputa um bloco desse no HTML ...
- jQuery(".zoomContainer").remove();
- // Estou tentando modificar este bloco que acabou de ser inserido mas não tá rolando ...
- jQuery(".zoomContainer").attr("id", "marcos");
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement