bind() and on()
bind() and on()
Hello!
This is my first post. I'm new to jQuery and I'm learning from thenewboston tutorials made by Alex.
I'm little bit confused with bind() event
What is it used for? To "bind" two (or more) different events and create same operation or something else?
I check documentation about it but don't really get it however I found that we should use on() instead of bind() because it connect different events together like bind and live.
Also can you guys give me a good tutorials about jQuery and maybe a good book to buy :)
Thank you