How to implement “confirmation” dialog in Jquery UI dialog?
问题 I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box. In my scenario, I have a list of items, and next to each individual of them, I would have a \"delete\" button for each of them. the psuedo html setup will be something follows: <ul> <li>ITEM <a href=\"url/to/remove\"> <span>$itemId</span> <li>ITEM <a href=\"url/to/remove\"><span>$itemId</span> <li>ITEM <a href=\"url/to/remove\"><span>$itemId</span> </ul> <div id=\"confirmDialog\">Are you sure?</div> In JQ part, on