0
Jquery .click() or on("click" )?
Hello everyone. I am a little bit confused with this. What is the difference between .click and on("click"). I have seen both of them used in many cases. Is one of them a better practice or are they the same? Thank you in advance.
1 Antwort
+ 2
.click() doesn’t work with appended elements.