jQuery Eliminar todas las alertas

window.alert = function() {};

// or simply
alert = function() {};
Muddy Markhor