Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery remove all alerts

window.alert = function() {};

// or simply
alert = function() {};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #remove #alerts
ADD COMMENT
Topic
Name
1+8 =