Commit 9c2c2ff
committed
Correct the equivalent :submit selector, close jquerygh-292.
Technically the equivalent CSS-standard selector for :submit is more complex if
you want to handle the case of buttons with no type attribute, but the text
makes it clear this is a bad idea. You could always use a .filter() instead.1 parent 0fbabfe commit 9c2c2ff
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments