Opened 12 years ago
Closed 12 years ago
#9907 closed bug (invalid)
JQuery not able perform multiple "submit" in Chrome
Reported by: | jmarreiros | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Code below will work in IE and FF but not in Chrome or Safari, only last submit will execute:
with(document.form) {
action = "www.google.com"; target = "rnd"; submit();
action = "www.yahoo.com"; target = "rnd2"; submit();
action = "www.ibm.com"; target = '_self';
}
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.
Judging by your code sample above and the distinct lack of jQuery code, I doubt this is a jQuery bug. I'm closing this unless it can be proven otherwise.