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 respons
You can use this way:
$(document.body).addEvent('click:relay(.filterButton)', function(){ // do something });