Side navigation
#7227 closed bug (duplicate)
Opened October 17, 2010 03:34PM UTC
Closed October 17, 2010 03:50PM UTC
querying hash stopped working in the new (1.4.3) version
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.4.4 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | location hash | Cc: | |
Blocked by: | Blocking: |
Description
$(location).attr('hash') always returns undefined. in 1.4.2 it worked.
Attachments (0)
Change History (2)
Changed October 17, 2010 03:43PM UTC by comment:1
keywords: | → location hash |
---|---|
owner: | → anonymous |
priority: | undecided → low |
status: | new → pending |
Changed October 17, 2010 03:50PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | pending → closed |
There's no reason to use jQuery for this - just do:
location.hash to get the hash
Can you please submit a valid test case using jsFiddle.net so that we can accurately evaluate your bug ticket using the original test you were running?