How to add multiple buttons in Jquery UI dialog box?
        Posted  
        
            by Vafello
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vafello
        
        
        
        Published on 2010-03-25T00:50:39Z
        Indexed on 
            2010/03/25
            0:53 UTC
        
        
        Read the original article
        Hit count: 449
        
I would like to have more than one button. I tried to copy code between brackets but doesnt work.Ideas?
buttons: {
"Close": function() {
 $(this).dialog("close");
}
© Stack Overflow or respective owner