play beep sound when jquery dialog opens

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.


  1. $(modal).dialog({
  2. buttons: buttonsOpts,
  3. modal: true,
  4. title: opts.dialogButton,
  5. stack: false,
  6. zIndex: 20000,
  7. open: function( event, ui ) {}
  8. });
is there a simple way to play an notification sound using jquery.Please advice.
I want this to work in IE 7+