Using jQuery, is there a way to disable the click sound in IE that happens when you post?
Javascript – IE click sound and jQuery
internet-explorerjavascriptjquery
Related Question
- Javascript – Add table row in jQuery
- Javascript – How to check if an element is hidden in jQuery
- Javascript – var functionName = function() {} vs function functionName() {}
- Javascript – How to redirect to another webpage
- Javascript – How to know which radio button is selected via jQuery
- Javascript – How to check whether a checkbox is checked in jQuery
- Javascript – How to remove a specific item from an array
- Javascript – How to return the response from an asynchronous call
Best Solution
The IE click sound is a feature of the browser that you can't control from JavaScript. The only way to disable it is in System Sounds in the Control Panel.