We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how i can use this script in jquery dialog
im realy stuck
$( "#dialog" ).dialog({ autoOpen: true, height: 1200, width: 1260, modal: true, buttons: { /* Cancel: function() { $('#dialog').remove(); return false; dialog.dialog( "closes" ); },*/ "Save": function(){ /// i put the script in here but nothing change }, "Cancel" : cancel }, });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how i can use this script in jquery dialog
im realy stuck
The text was updated successfully, but these errors were encountered: