Modify ↓
Ticket #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@… | |
| Blocking: | Blocked by: |
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"); } }
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This belongs to the UI Bug Tracker.