I used a plugin who try to get value by many methods [because some of them not implemented in all browser]. code is everywhere work and give performance fine for me.
The problem is that IE not support a function they called but they other because other one is implemented in IE 9. [i use to debug]
well when the non-implemented browser function call i see same window everytime they tell me that
"Microsoft JScript runtime error: Object doesn't support this property or method"
i want to stop error showing in Visual studio but don't show me error if browser find [IE].
Is there any way then my visual studio never break on error and not tell me about them. they break only on breakpoint and whenever i use in my JavaScript code.
means how i can stop the showing error in Visual studio. any idea to do this in Visual studio