What is the exact difference between live() and ready()?
Edit: found that die() is the opposite of live()
|
What is the exact difference between Edit: found that
| ||||
|
feedback
|
|
| |||||||||||
feedback
|
|
live is used for attaching events to a current selector and all future matching selectors. ready binds a function to be executed whenever the DOM is ready to be traversed and manipulated | |||||||||||||
feedback
|
|
With | |||
|
feedback
|