jQuery supprime toutes les alertes

window.alert = function() {};

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