calling a function on jQuery model dialog close -
i have small problem related jquery modal dialog box. scenario such:
i have call function when exit or close dialog box pressing cross[x] button on top right.
$( ".selector" ).dialog({ close: function( event, ui ) { //write function here or call function here } });
Comments
Post a Comment