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.

documentation

$( ".selector" ).dialog({   close: function( event, ui ) {         //write function here or call function here   } }); 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -