Jump to content
13/12/2011
@Andreas: with jQuery 1.7 the .live() method has officially been deprecated. The .live() API docs page lists a number of reasons why.
Chiefly, it doesn’t perform as well as .on() (all events are attached to the document element), and doesn’t support chaining.
Vote up?
13/12/2011
@Andreas: with jQuery 1.7 the .live() method has officially been deprecated. The .live() API docs page lists a number of reasons why.
Chiefly, it doesn’t perform as well as .on() (all events are attached to the document element), and doesn’t support chaining.