Top "Fragment-identifier" questions

The fragment-identifier is the part of the URI/URL following the hash symbol.

Keeping history of hash/anchor changes in JavaScript

I'm currently implementing a JavaScript library that keeps track of the history of changes to the hash part in the …

javascript fragment-identifier
List of valid characters for the fragment identifier in an URL?

I'm using the fragment identifier to create a permalink for AJAX events in my web app similar to this guy. …

fragment-identifier
Encoding of window.location.hash

Does window.location.hash contain the encoded or decoded representation of the url part? When I open the same url (…

javascript html url encoding fragment-identifier
JavaScript/jQuery - onhashchange event workaround

Until all browsers support the onhashchange event what is the best workaround for this? Is there something for this in …

javascript jquery events fragment-identifier hashchange
How to show Ajax requests in URL?

What I want is to have links which change a part of the page , and a dynamic URL for it, …

php ajax url-rewriting fragment-identifier hashchange
Why does Twitter use a hash and exclamation mark in URLs, and how do they rewrite search URLs?

We understand the hash is for AJAX searches, but the exclamation mark? Anyone know? Also, the "action" attribute for their …

ajax twitter fragment-identifier
How to access url hash/fragment from a Django Request object

As in the title: How can I access the URL hash/fragment (the part following the hash #, or 'pound symbol' …

python django hash django-urls fragment-identifier
Multiple parameters in URL fragment

Is there a standard format that allows for multiple parameters to be specified in the URI fragment? (the part after …

html url uri url-parameters fragment-identifier
jQuery "window.location.hash" - getting hash too late?

I'm working on some script but it have a serious problem with hashes. I have a list of link-images like: &…

javascript jquery fragment-identifier hashchange browser-state
How to get the URL fragment identifier from HttpServletRequest

How do I get the URL fragment identifier from HttpServletRequest? The javadocs doesn't seem to mention it.

java servlets fragment-identifier