Confirm Jquery UI Dialog Prompt on Enter Key
问题 I've tried the techniques suggested in the following stack answer to no luck: Submit jQuery UI dialog on <Enter> Something must be off with my code. On login, I have a disclaimer that pops up to warn the user that the information found within the site is confidential. I would like it so that to continue, all the user has to do is hit the enter key. Here is my original code (I've included a browser check): $("#loginForm").submit(function (e) { e.preventDefault(); if ($.browser.msie) { $("