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

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

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

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -