Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery – Better understanding of .live(); Re: jQuery – Better understanding of .live();

#116441
Senff
Participant

@TheDoc: do I understand correctly then that .on() is NOT just a different name of .live(), but also needs a slightly different format/structure? I mean, this would have worked, correct?

$(‘.tweet’).live(‘hover’, function() { // something });