Skip to main content

Bug Tracker

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 addyosmani comment:1

keywords: → location hash
owner: → anonymous
priority: undecidedlow
status: newpending

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?

Changed October 17, 2010 03:50PM UTC by john comment:2

resolution: → duplicate
status: pendingclosed

There's no reason to use jQuery for this - just do:

location.hash to get the hash