Side navigation
#11864 closed bug (invalid)
Opened June 06, 2012 02:04AM UTC
Closed June 06, 2012 07:41AM UTC
JQuery submit doesn't redirect to new url in IE8, IE9
Reported by: | shuxiang29@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i am $('.submit_btn').click(function(){ $('form').submit(); }) in ie8, ie9. and my server redirect to new url, i sure my server code already works, but ie doesn't redirect to new url.
When i am use <input type='submit' value='submit'/>, ie8, ie9 works good. SO i think i may be a bug or ie's problem.
My JQuery version is jquery-1.6.2.min.js. Thanks!
Sorry, It fixed in 1.6.4, it just a 1.6.2 bug