jquery remove all alerts

Solutions on MaxInterview for jquery remove all alerts by the best coders in the world

showing results for - "jquery remove all alerts"
Elly
09 Apr 2016
1window.alert = function() {};
2
3// or simply
4alert = function() {};
5
similar questions
queries leading to this page
jquery remove all alerts