Modify ↓
Ticket #4411 (closed bug: invalid)
validation plug-in 1.5.2 - internet explorer and click event
| Reported by: | jballon | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | validation | Cc: | |
| Blocking: | Blocked by: |
Description
With jQuery 1.3.2 and IE 7 & 8, the delegation of the onclick event causes the submit button to not work, when I change the event to occur onchange the form and validation work normally, additionally I am unable to check the checkboxes. It appears that a return false is being generated causing the event to be canceled.
Not sure why a click event is used instead of change event is being used.
.delegate("click", ":radio, :checkbox", delegate);
.delegate("change", ":radio, :checkbox", delegate);
Change History
comment:1 in reply to: ↑ description Changed 4 years ago by jballon
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.

Replying to jballon:
Disregard found the issue caused by other JavaScript interfering, can not delete or close my own tickets - go figure.