Posts by Allan M Marques • 3 points
1 post
-
0
votes1
answer3388
viewsQ: Assign event click to button added to DOM with jQuery
By clicking a button I make a string appear, but this string has a button (let’s call it a button2), but button2 does not work. Why? I click this button: $("#button1").click(function(){…