$(document).on('click','a.test',function(event){ alert(''); });
$(document).on('hover','a.test',function(event){ alert(''); });