fragment-identifier Questions

2

Solved

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 sh...
Archibald asked 7/3, 2012 at 22:29

1

Solved

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 ...
Flyleaf asked 22/6, 2012 at 11:41

6

Solved

I've just noticed that the long, convoluted Facebook URLs that we're used to now look like this: http://www.facebook.com/example.profile#!/pages/Another-Page/123456789012345 As far as I can recal...
Retractile asked 9/6, 2010 at 19:49

1

Solved

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 the...
Hyperaesthesia asked 3/4, 2012 at 12:13

2

Solved

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 pro...

6

Solved

Until all browsers support the onhashchange event what is the best workaround for this? Is there something for this in jQuery? or as a plug-in?
Stamina asked 6/5, 2010 at 19:12

7

Solved

I am using ajax to update the location of a page in a frame. But when setting the location of the hash (on Chrome and some versions of IE (5.5) specifically, but occasionally on IE7) the page is be...
Laudianism asked 13/3, 2009 at 14:25

0

I'm using the following code to open the browser to a specific section of a webpage: Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://something.somewhere.com/baggage_fees.ht...
Removed asked 23/1, 2012 at 21:34

5

I am trying to find a way to save the hash portion of a url and as a PHP variable. This idea is a bit kooky, but bear with me... I'd like to extract the "location" fragment from the following URL ...
Tolson asked 21/7, 2009 at 22:6

3

Solved

We understand the hash is for AJAX searches, but the exclamation mark? Anyone know? Also, the "action" attribute for their search form points to "/search," but when you conduct a search, the hash ...
Phatic asked 19/1, 2011 at 19:23

5

Solved

I'm currently implementing a JavaScript library that keeps track of the history of changes to the hash part in the address bar. The idea is that you can keep a state in the hash part, and then use ...
Zosima asked 3/7, 2009 at 9:12

2

While browsing some popular websites, I noticed that occasionally the url would change to include these characters "#" or "#!". Why is this? From a programmers perspective, what techniques, technol...
Bumble asked 9/3, 2011 at 13:22

3

Solved

I am using this plugin: http://plugins.jquery.com/project/history on this page: http://www.crtaci.info/index.php?autocom=majice I dont know why but it seems i cant figure out what to do to get ...
Lehrer asked 12/9, 2009 at 14:47

5

Solved

How to "bookmark" page or content fetched using AJAX? It looks like it can be easy if we just add the details to the "anchor", and then, use the routing or even in PHP code or Ruby on Rails's rout...
Shenitashenk asked 26/6, 2010 at 8:37

5

Solved

I'm trying to make my site respond correctly to the back button. I've saved that hash of what I want it to do, but I don't know the hook for jQuery to be able to tell when the hash changes. It's no...
Kuwait asked 2/9, 2009 at 18:2

1

Solved

I stumbled across a site that uses multiple fragment identifiers in their URLs, like http://www.ejeby.se/#newprodukt#produkt#1075#1 (no, it is not my site, but I am linking to it, which brings prob...
Ramsay asked 17/1, 2011 at 14:29

4

Solved

Go to http://www.facebook.com/facebook?v=wall, then click on the info tab. The content will be loaded, and the address bar now becomes http://www.facebook.com/facebook?v=info but the webpage didn't...
Chartist asked 3/10, 2010 at 12:40

5

Solved

I am looking for a way to inject values from the fragment (#) of a URL into bean(JSF), in the same way query-parameter values are injected. I am using Ben Alman's Bookmarkable jQuery plugin (http:/...
Strangeness asked 13/8, 2010 at 8:16

2

Solved

I was hoping someone can assist in describing a workaround solution to the following issue I am running into on my ASP.NET website on IE. In the following I will describe the bug and clarify the re...
Boehmenism asked 31/12, 2009 at 11:30

2

Solved

I am using the jQuery BBQ: Back Button & Query Library plugin to create a page that pulls in dynamic content when a link is clicked. When the link is clicked the hash is changed and new content...

7

Solved

What I want is to have links which change a part of the page , and a dynamic URL for it, where I can specify variables such like #calendar=10_2010tabview=tab2 Check this for an exact example: CLIC...
Shell asked 8/7, 2010 at 16:34

1

Solved

As in the title: How can I access the URL hash/fragment (the part following the hash #, or 'pound symbol' in US English) from a Django view and so, I suppose, from a Django Request object? I've no...
Harriette asked 2/2, 2010 at 0:47

4

Solved

Does window.location.hash contain the encoded or decoded representation of the url part? When I open the same url (http://localhost/something/#%C3%BC where %C3%BCtranslates to ü) in Firefox 3.5 an...
Advantageous asked 9/11, 2009 at 20:27

© 2022 - 2024 — McMap. All rights reserved.