Tagged Questions

3
votes
3answers
2k views

jQuery difference between live() and ready()?

What is the exact difference between live() and ready()? Edit: found that die() is the opposite of live()
0
votes
3answers
98 views

Jquery - live ready

I need to use the function live on the document ready. I tried this code: (This does not work correctly.) Thanks for the advice. $(document).live('ready', function() { $(".icons").contextMenu( ...