Side navigation
#7401 closed bug (invalid)
Opened November 04, 2010 04:40PM UTC
Closed November 04, 2010 06:16PM UTC
Quoteless HREF attribute selectors followed by .live() fail to execute in Firefox 3.6
| Reported by: | an0nymity | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.4rc |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Beginning with jQuery 1.4.3 and still in 1.4.4 rc2, the selector exemplified on http://jsfiddle.net/an0nymity/cR4en/ fails to execute in Firefox 3.6.
Attachments (0)
Change History (1)
Changed November 04, 2010 06:16PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Thanks for the report, but this is not a jQuery bug. The selector you are using is invalid. The valid selector would be either
$('a[href=\\\\#actions]')or$('a[href="#actions"]').