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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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