Botón agregado dinámicamente OnClick no funciona

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