I have created one dialog box in jquery. and there is one button called \'save\'. I need to add one id to this save buttton. How can I achive in this in jquery. This is my c
This is the most simplest
$(selector).attr('id', 'TheID');