jquery ui modal dialog: giving an id to modal buttons -
im using jq ui modal dialog , have included several buttons in dialog.
how give individual ids these buttons (in case want target them css updates)?.
tia
$('#dialog').dialog({ buttons: [{ id:"customid", text: "your button" }] });
Comments
Post a Comment