aika Posted September 22, 2012 Report Share Posted September 22, 2012 $(function() { $( "#dialog" ).dialog({ autoOpen: false, buttons: { "Dzēst": function() { $( this ).dialog( "close" ); return true; }, Cancel: function() { $( this ).dialog( "close" ); return false; } } }); $( ".confirm" ).click(function() { $( "#dialog" ).dialog( "open" ); return false; }); }); Sakiet lūdzu, kā pārveidot click funkciju, lai pēc apstiprinājuma (Dzēst) pārķertais handlis tomēr norealizētos!? Quote Link to comment Share on other sites More sharing options...
0 aika Posted September 22, 2012 Author Report Share Posted September 22, 2012 http://stackoverflow.com/questions/394491/passing-data-to-a-jquery-ui-dialog atrisinājums Quote Link to comment Share on other sites More sharing options...
Question
aika
Sakiet lūdzu, kā pārveidot click funkciju, lai pēc apstiprinājuma (Dzēst) pārķertais handlis tomēr norealizētos!?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.