IE8 - Form within a hidden div, return key no longer works
问题 I have a login form that resides within a div with display: none; I then fade in the form using jquery but the Enter/Return key no longer submits the form. If I change the display to block, it works fine. This problem is IE only. Any ideas? Here's an example code that doesn't work; <div id='formdiv' style='display: none;'> <form id='loginForm' name='createLoginForm' method='post' action='' > <input type='text' name='username' id='username' /> <input type='password' name='password' id=