Posts Tagged ‘ dotnet ’

How to suppress nagging javascript errors? « The Relentless …

January 31, 2010
By

Hence it would be advisable you use the jquery error handling in addition, to be on the safer side: $(window).error(function(){. return true;. });. As far as i have seen, jquery error handling function works pretty well ...

Read more »

How to suppress nagging javascript errors? « Some Keynotes

January 31, 2010
By

As far as i have seen, jquery error handling function works pretty well in all the browsers. I would recommend you to use this only in the final production stage and not during development. Just for the simple fact that during ...

Read more »