How do i assign an an id to a jquery dialog button. I tried the following but it\'s not working
buttons: { Ok: function() { id=\"xyz\", ...
$("#OK",{id:'xyz'});
hope that it helps