views:

60

answers:

3

How to turn off the sound of alert(), or is there any good and simple alternative in Jquery?

A: 

make a cool dialog box in jquery:

i love this cool library :

http://flowplayer.org/tools/demos/overlay/modal-dialog.html

another and simple :

http://www.trentrichardson.com/Impromptu/index.php

Haim Evgi
+2  A: 

You cannot turn off the sound. You can however choose not to use alert, but use JQuery dialog.

Michel van Engelen
A: 

You could try BlockUI or jqModal for jQuery, both very cool and easy to use.

Kev