Opened 15 years ago
Closed 15 years ago
#3715 closed bug (invalid)
jQuery.Dialog - buttons
Reported by: | akagzi | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | akagzi@… | |
Blocked by: | Blocking: |
Description
How can I set the visible property of a button?
jQuery("example").dialog({ title:'This my pop box', height:400, width:400, modal:true, buttons: { "Ok": function() { str='yes'; alert(str); }, "Cancel": function() { $(this).dialog("close"); } }
Note: See
TracTickets for help on using
tickets.
This belongs to the UI Bug Tracker.