Opened 10 years ago
Closed 10 years ago
#12322 closed bug (invalid)
onclick events do not work in Safari 5.1.7
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Apparently in Safari 5.1.7 case sensitivity does matter for javascript events names. OnClick or onclick does not work. But onClick does.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
This is not a jQuery bug and yes, JavaScript case sensitive
Note: See
TracTickets for help on using
tickets.
Thanks for taking time to contribute to the jquery project! Please help us assess your ticket by providing a test case from http://jsfiddle.net or http://jsbin.com using the git version of jQuery.