How do I make elements that are loaded via ajax, adopt the events associated with the same class on mootools 1.11?
As far as I know, in jQquery, if your ajax response consists of something like <div class='button'>
,
if there is an event bind using live
to $('.button')
, those events would automatically bind.
Is that possible with MooTools 1.11?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…