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
Use $("button").attr("id","testid");
$("button").attr("id","testid");