Modify ↓
Ticket #11864 (closed bug: invalid)
JQuery submit doesn't redirect to new url in IE8, IE9
| Reported by: | shuxiang29@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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!
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Sorry, It fixed in 1.6.4, it just a 1.6.2 bug