bouton ajouté dynamiquement onclick ne fonctionne pas

$(document).on('click','.button',function() {
  alert('Clicked');
});
Naive Chief