play beep sound when jquery dialog opens
I want to play a beep or notification sound when jquery dialog opens, to capture user attention.
I want to call play my audio in open event of jquery dialog.
- $(modal).dialog({
- buttons: buttonsOpts,
- modal: true,
- title: opts.dialogButton,
- stack: false,
- zIndex: 20000,
- open: function( event, ui ) {}
- });
is there a simple way to play an notification sound using jquery.Please advice.
I want this to work in IE 7+