I am using Jquery's dialog() method to create dialog. I am creating buttons on the dialog while creating the dialog, using
$("#divName").dialog({
buttons:
{
"Cancel":{
I have one event on which I need to hide the button,but don't know which attributes to use. Please tell me the attributes to hide button. Thanks in advance.