Why do i get an exception when I use JQuery's form.Submit() in IE8?
问题 The following works perfectly fine on FF and Chrome. What is IE8 complaining about? <!DOCTYPE html> <html> <head> <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js" type="text/javascript"></script> </head> <body> <form action="http://www.thisurlisfake.com" id="myForm" method="post"> <input type="text" id="myText" class="required" /> <input type="submit" id=