aika Posted September 22, 2012 Report 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
0 aika Posted September 22, 2012 Author Report Posted September 22, 2012 http://stackoverflow.com/questions/394491/passing-data-to-a-jquery-ui-dialog atrisinājums Quote
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!?
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.