Opened 11 years ago
Closed 11 years ago
#11864 closed bug (invalid)
JQuery submit doesn't redirect to new url in IE8, IE9
Reported by: | 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!
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, It fixed in 1.6.4, it just a 1.6.2 bug