I want to submit a simple asp.net form in jQuery
can I assume
$("form[0]").submit()
always works, cross browser?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean something like this
Something like above would work cross browser as you said
The code you pasted is cross browser too. It won’t work on ANY browser so maybe that counts as cross browser 🙂 just a joke