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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -