Why doesn't jQuery allow click(), bind() and similar functions to work "live" automatically?
Why do I need to use live("click", functi... if I want to make it work "live", instead of click(function()...? Does live takes more resources?
Funny you should ask that. Someone wrote an entire article answering your question:
http://www.ultimatewebtips.com/why-jquery-live-is-a-bad-option-to-use/
On the surface live and delegate can seem interchangeable. However, they are not. Live has several serious disadvantages and should never be used, and this article will explain why.
The outlined summary is:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With