Bug Tracker

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"); } }

Change History (1)

comment:1 Changed 15 years ago by flesler

Resolution: invalid
Status: newclosed

This belongs to the UI Bug Tracker.

Note: See TracTickets for help on using tickets.