JQuery Usuń wszystkie alerty

window.alert = function() {};

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