The fragment-identifier is the part of the URI/URL following the hash symbol. In the case of `http://mysite.com/page/#/one` then `/one` would be the fragment-identifier.

learn more… | top users | synonyms

0
votes
1answer
30 views

How to structure Fragment identifiers in my webpage

This is more of a best practices/ease of upkeep question. I have several webpages where I would like to make browsing easier. So, to do that I am going to use Fragment identifiers (internal links). ...
0
votes
0answers
30 views

Force page reload on browser back when the fragment identifier changes

Problem: 1.User clicks on this link: default.aspx#id=1. 2.The page loads, the JS from the page gets the fragment identifier (in this case id=1), and then it posts back and loads some content based ...
0
votes
0answers
47 views

Removing (hiding) fragment identifier from url in Joomla 2.5

Can anybody tell me efficient way to remove (hide) a fragment identifier on my web site created in Joomla 2.5 cms. Fragment identifier is added to url end on every web page on my website on which I ...
0
votes
1answer
147 views

How do I use #! instead of just # in Durandal URLs?

By default, URLs created using Durandal's router is formatted as such: http://example.com/#/whiskey-tango-foxtrot However, I'd like to use #! for SEO purposes, so that the URL looks like this: ...
0
votes
1answer
85 views

Do something when browser back button is pressed when there is a hash

I am trying to get an alert to fire when I press back to get to a page from a hash. I'm using the following code if(window.location.hash) { } else { alert('test'); } If I'm at ...
0
votes
1answer
314 views

How to correctly display a panel in html

I'm building a html5 game consisting of a full window canvas. I want to occasionally display a panel over the canvas, for displaying settings etc. One way of achieving this would be to have a <div ...
1
vote
2answers
104 views

301 Redirect without fragment [duplicate]

Possible Duplicate: URL Fragment and 302 redirects I need to help regarding the 301 Redirect without Special character. For example, I want to redirect the following URL: ...
1
vote
2answers
276 views

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.
1
vote
3answers
598 views

Bootstrap Collapse - open the given id fragment

Imagine a twitter bootstrap collapse with 3 parts <div class="accordion" id="accordion"> ... <div id="accordionOne" class="accordion-body collapse"></div> ... ...
0
votes
1answer
29 views

Is there any browser or e-reader support for fragment identifiers in plain text documents?

I came across a fairly recent RFC on "URI Fragment Identifiers for the text/plain Media Type". I ran a few tests on the URL itself in Chrome and IE to no avail. Has this been implemented on any ...
0
votes
1answer
122 views

Remove Fragment Identifier on 302 Redirect

I have a page with a form at the bottom. I use a fragment identifier in the form action, because the form re-displays on post when there are errors, and I don't want the user to have to scroll down to ...
1
vote
3answers
121 views

How can I jump to a point slightly above the fragment identifier?

I don't like how the fragment identifier jumps to the actual point of where the content begins on the page. It looks awkward having the box start right at the top of the screen. It kind of bugs me. So ...
2
votes
3answers
178 views

Multiple pages requiring auto refresh with different options saved on each

I am currently working on a project where the user lands on a page to build custom looping maps. When the user picks the type of map, a new browser tab (this is directed to happen, I have no say in ...
0
votes
1answer
102 views

Call javascript function based on Fragment ID

Please dont ask why I would want to do this, I just want to know if it's possible to call a javascript function if and only if a specific fragment ID is present. Thanks :) (Yes this links with my ...
0
votes
2answers
67 views

direct users to specific locations in page

I want to set up a menu to direct the user to the same page, but diffent locations <ul> <li><a href="realtime.php#location1">location 1 in page</a></li> ...
1
vote
3answers
395 views

How to access the URL parameter id in Coldfusion if it's after a hashtag #?

After trying for about an hour without success... (coldfusion8) a dummy question, but I*m stuck: My URL (Jquery Mobile, no pushstate, that's why it looks like it is): ...
1
vote
1answer
134 views

Safe to have space in hashbang or URL fragment?

I'm writing a Javascript driven one-page application where the URL contains a # param eg. (example.com/#foo/bar) to represent application state (I've considered using various JS frameworks but cannot, ...
1
vote
1answer
125 views

How to add URL fragment HtmlOutcomeTargetLink?

I would like to add an URL fragment #top to a HtmlOutcomeTargetLink, but cant figure out how. For an HtmlOutputLink I just use the following: HtmlOutputLink link = new HtmlOutputLink(); ...
0
votes
0answers
101 views

Handling fragment identifiers during PHP redirects

I have searched around (SO and Google) and can't find any proper explanation of how other people handle this situation. In my application I am using PHP/Apache as a backend and Ben Alman's jQuery BBQ ...
2
votes
2answers
84 views

Hash fragment conflicting with server side code

I have a website where the user chooses a series of letter and numbers and it takes them to a new page based on that. So it may take them to /cds/C_1_3_A_2 There is no actual C_1_3_A_2 page in the ...
0
votes
1answer
200 views

CSS select element based on fragment identifier in href attribute

I am using the tabview, which is part of the YUI3 library. The markup basically looks like this: <div id="demo" class="yui3-tabview-content"> <ul class="yui3-tabview-list"> <li ...
0
votes
1answer
80 views

Focus on footer form with hash/fragment keeps hash after successful submit

I have a form at the bottom of the page. It's a normal form. I've set the action to #adding-show and the form's id is "form". The result is that the form submits to the current page (the browser ...
2
votes
8answers
1k views

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 the appropriate div, I've implemented it, only it jumps around a bit too much to be user ...
1
vote
2answers
151 views

Show a div only if URL has no fragment identifier

It's hard to explain what I mean, so see this jsfiddle first: http://jsfiddle.net/Gsggy/ When a user clicks 1, div number 1 shows, same for the others, simple enough. However, before a user has ...
0
votes
1answer
671 views

Fragment ID or Tag in a ViewPager?

I am currently having a problem accessing a Fragment ID and Fragment Tag. I am currently implementing a Fragment in a TabHost and ViewPager, the new tab is added like this: ...
0
votes
1answer
160 views

Fragment identifier in form action attribute

I have a form which I'd like to post to the same page. The form action contains a fragment identifier for the element on the page that contains it - what I want it to do is post the data, then reload ...
1
vote
0answers
31 views

Issue with Fragment ID, App is crashing when loading the layout for the second time

Error inflating fragment for this same question, App is crashing when I click on the list item for the second time which is supposed to load the same layout second time also. Can anyone please help ...
2
votes
2answers
524 views

Redirecting to a URL, IE 8 Ignores Fragment

I have an MVC 3 project that uses fragments heavily to dynamically load content for different pages. There are pages that post back to a controller to upload a file. Once the upload is complete, I ...
0
votes
2answers
678 views

Adding your own hash in the URL breaks jQuery Mobile?

I would like to use my own hash parameters in the URL, but when I do the jQuery Mobile site does not work any more. Just a blank white screen with an endless spinner. Is it true the hash is off limits ...
0
votes
2answers
710 views

How to get multiple values from jquery hash

How can i get multiple values in a jquery hash? Example: http://mysite.com/#l:value&v:id1212 same as but without page refresh http://mysite.com/?l=value&v=id1212 I thought something like: ...
3
votes
1answer
186 views

Why does Wikipedia use a modified percent encoding in their URL fragments?

I noticed that Wikipedia uses percent encoding for the path section of a URL, but converts the % character to . for the #fragment. For example, on the Russian 'Russia' page, the URL for section 2 ...
3
votes
3answers
682 views

PHP Processing Fragment Identifier in URL

I've got quite a dilemma here and would like some suggestions from the community. Here's my problem: I've created a website that has lots of dynamic content, all content is pulled via AJAX and ...
1
vote
1answer
965 views

Apache rewrite rule for a destination containing a hash mark

I'm trying to issue a redirect where the destination contains a fragment-identifier part. I tried with this rule: RewriteRule ^/foo/bar/([^/]+)/(.*)$ /cgi/script#foobar::$1.$2 [R,L] However ...
0
votes
2answers
574 views

JQuery preventDefault() but still add the fragment path to the URL without navigating to the fragment

My question is similar to this one but none of the answers solve my problem: Use JQuery preventDefault(), but still add the path to the URL When a user clicks a fragment link, I need to remove the ...
0
votes
2answers
249 views

Fragment link not working

Total newbie question, but I cant figure out what im doing wrong. I want a make a link that jumps down the page to a header. I believe these are called fragment links. Here is my code thats not ...
0
votes
2answers
130 views

handling multiple tabs with hashbang

I have a single page app that can have multiple tabs open with each tab doing different actions. if a user hits refresh or back, however, they lose everything they were working on. Is there a way, ...
1
vote
1answer
125 views

Sharing link with fragment identifier to Twitter

Using the Twitter share button, I can't seem to pass links that has fragment identifiers. The links turn up with only the base path of the site (e.g. "http://mysite.com/"). I've been reading through ...
2
votes
2answers
1k views

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. The links use a hash tag and I can't manage to get the full links to show up when using the share ...
3
votes
2answers
3k views

Get the hashchange event to work in all browsers (including IE7)

I have some code (written by another developer) that is doing AJAX page loading inside of WordPress (e.g. no page reloads) when you click a nav item, AJAX refreshes the primary content area. My ...
3
votes
0answers
161 views

Fragment identifier (#) in Uri not working correctly

I'm using the following code to open the browser to a specific section of a webpage: Intent browserIntent = new Intent(Intent.ACTION_VIEW, ...
1
vote
0answers
229 views

# fragment anchor in location header dropped by IE9

I have been testing the location headers below, where a form on index.php submits to an imageupload.php then returns to the page. I included an anchor to return to the form. Having read previous ...
4
votes
3answers
1k views

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 opens the page and selects the correct tab). This is done by using a hash tag/fragmented ...
0
votes
2answers
303 views

Understanding JQuery UI Tab control anchors

The jQuery UI Tab control is made up of a ul tag containing anchor links that represent the tabs. Normally clicking an anchor with a hash href will cause the hash fragment to be appended to the url in ...
1
vote
2answers
1k views

Simple example of JQuery Address to manage application state

I'm using the jQuery Address library to re-write my URL depending on what the user is doing in the page. The intention is to allow users to bookmark pages and come back later. The page never refreshes ...
2
votes
0answers
130 views

Why is same-document reference in SVG affected by HTML <base> tag?

I have an HTML page with a <base> tag, also containing SVG. Same-document references such as the below within the SVG then fail: <html> <head> <base ...
1
vote
3answers
491 views

How to change a URL without reloading the page in ASP.net?

Is it possible to change the URL without reloading the page in ASP.net?
0
votes
1answer
350 views

Backbone state handling with nested models?

I'd like to manage all hash state attributes (#) in one Backbone model. StateModel //Pseudo attributes layout : string modelType1 : model modelType2 : model This way I could ...
0
votes
2answers
201 views

How to Read / Write or Preserve Fragment Identifiers on Post-back

I'm using fragment identifiers to run a tabbed browsing control and it would be nice if the post-back could preserve the tab as that is less jarring to the user. To that end I've been searching for a ...
0
votes
1answer
333 views

How to retrieve URL fragment identifier in JSP

Is there an easy way to get the URL fragment identifier (everything after the hash '#') in JSP? I've tried just finding even the URL itself which includes the fragment identifier with ...
0
votes
4answers
552 views

WebRequest removing Fragment from the Uri

I want to open the following page: ...

1 2 3