Top "Fragment-identifier" questions

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

What are the differences between history.pushState & location.hash?

I'm trying to update the URL using window.location.hash or history.pushState. What are the differences and advantages of …

javascript html url pushstate fragment-identifier
What are fragment URLs and why to use them?

I am new to PHP Development. Today I came across the interesting topic of URL fragments, specifically the # part of …

php url hash fragment-identifier
window.location.hash = " "; prevent scrolling to the top?

in my website i set the url adress using window.location.hash = 'project_name'; but if i want to clean …

javascript fragment-identifier
What does #/ means in url?

I am working on ROR web apps. My webpage url looks like below- http://dev.ibiza.jp:3000/facebook/report?advertiser_…

html ruby-on-rails angularjs web fragment-identifier
PHP & Hash / Fragment Portion of URL

I am trying to find a way to save the hash portion of a url and as a PHP variable. …

php url mod-rewrite hash fragment-identifier
Bootstrap Collapse - open the given id fragment

Imagine a Bootstrap collapse with 3 parts <div class="panel-group" id="accordion"> ... <div id="accordionOne" class="panel-heading">&…

javascript html twitter-bootstrap fragment-identifier
ASP.Net MVC RedirectToAction with anchor

I have the following problem: For example I have route like this: routes.Add(new Route("forums/thread/{threadOid}/last", …

asp.net asp.net-mvc fragment-identifier
What's the best library to do a URL hash/history in JQuery?

I've been looking around JQuery libraries for the URL hash, but found none that were good. There is the "history …

javascript jquery ajax fragment-identifier hashchange
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/…

apache mod-rewrite fragment-identifier
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 …

javascript jquery internet-explorer fragment-identifier hashchange