Top "Fragment-identifier" questions

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

Retrieve the fragment (hash) from a URL and inject the values into the bean

I am looking for a way to inject values from the fragment (#) of a URL into bean(JSF), in the …

java javascript jsf facelets fragment-identifier
JQuery.address how to remove # from url (javascript window.location remove #)

I need to remove the # from url when my event.value is == to /. I've got a lighbox with jquery.address …

jquery fragment-identifier window.location
jquery history plugin

I am using this plugin: http://plugins.jquery.com/project/history on this page: http://www.crtaci.info/index.php?…

jquery history fragment-identifier hashchange
Using hash tags with Facebook share possible?

I'm developing an ajax based web site and I want to include a FB share function on the loaded content. …

javascript facebook fragment-identifier
Maximum length of URL fragments (hash)

Is there a length limit for the fragment part of an URL (also known as the hash)?

url hash fragment-identifier
Are there two ways to jump to a fragment identifier in HTML?

I always thought the standard way to specify a fragment identifier is by <a name="foo"></a&…

html fragment-identifier
Accents in URL, how can I escape them correctly ?

I have to get what is next to the # character in the URL (in javascript). When there's an é, for example, …

javascript url character-encoding diacritics fragment-identifier
Setting location.hash in frames

I am using ajax to update the location of a page in a frame. But when setting the location of …

javascript ajax google-chrome frameset fragment-identifier
Preventing scroll when using URI hash to identify tab

I'm using JQuery UI to make tabs in my application. I needed the tabs to be linkable (direct link that …

jquery jquery-ui tabs jquery-ui-tabs fragment-identifier
How can I prevent my anchors jumping my screen around so much?

I decided to try to create a tabbed menu using just CSS and HTML. Using the :target pseudo-class to show …

javascript css anchor pseudo-class fragment-identifier