Open a Dialog Box with a Link Instead of a Button
Hi there,
I'm using jQuery UI's dialog box "pop-up". It currently opens up with the click of a button, however, I would like to make my users open it up with the click of a link (<a href="some code here">). How do I do this?
Thanks!