Scott Kosman 13 December 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.
@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.