Omgili - forum search, search forums  
  

Discussions about anchor hash

Displaying 1 - 10 out of 677 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
How can you get and set the hash or anchor part of an URL in pure Actionscript? When googling for a solution I've found explainations for doing it using JavaScript, but is it possible to get it without using JavaScript? (I'm using Actionscript 2, I may...
Started by on , 3 posts by 3 people.  
It exposes a URI::fragment getter/setter which....
What you want is SWFAdress , it's a small library that let's you modify that part of the url from flash (via a javascript) If you ever make it to actionscript3 you could use the com.adobe.net.URI class .
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 the back button to go back to the previous state. In most...
Started by on , 6 posts by 6 people.  
The callback function is called whenever the hash changes with the new hash due to initial state ( true )....
First of all, my finished Hash library) and Hash.go(newHash) .
Here are the results of my research.
With my implementation.
I am trying to reload current page with different url hash, but it doesn't work as expected. (Clarification how I want it to work: Reload the page and then scroll to the new hash.) Approach #1: window.location.hash = "#" + newhash; Only scrolls to this...
Started by on , 3 posts by 3 people.  
It should be expected that #foo will scroll to the anchorRemove the anchor you're going to navigate to, then use approach #2? Since there's no anchor = Object.getOwnPropertyDescriptor....
Setting the hash shouldn't scroll the page.
Ask your Facebook Friends
How could a page display different content based on the URL hash ? I'm not talking about the browser scrolling down to display the anchored section, but something like JavaScript reacting to that hash and loading different content via AJAX. Is this common...
Started by on , 7 posts by 7 people.  
I had assumed that you might have an issue where if the user goes up and manually edits the hash was TiddlyWiki using the after-portion of the hash to set preferences for the page rendering to get the URL hash by doing window.location....
How to obtain anchor part of URL after # in JavaScript? This is related with http://stackoverflow.com/questions/1032242/php-question
Started by on , 3 posts by 3 people.  
To get the "anchor part" of the current page, you can use: var hash = window.location.hash redirect like so: window.location = "myscript.php?hash=" + encodeURIComponent(hash); However! You could use a regular expression: var....
Hello, is there a way to delay the "jump" to an anchor tag on page load using ASP.NET and jQuery? Actual problem is that i have a jQuery-function that on page load hides all divs of a certain class. Now, when i have an anchor tag in the middle of the ...
Started by on , 4 posts by 4 people.  
If you control the incoming links, you could replace the #hash suffix.
Won't be sent to the server.
I need to take standard incoming urls and rewrite redirect them to target specific anchors on a single page (incoming html page name becomes the anchor name). E.g., the rule would be like this: RewriteRule ^files/([a-zA-Z0-9\-_]+)\.html$ /test.html#$1...
Started by on , 3 posts by 3 people.  
Try the noescape (NE) flag in your rule: RewriteRule ^files/([a-zA-Z0-9\-_]+)\.html$ /test.html#$1 [NE, R] Use NE , or No Escape flag: RewriteRule ^files/([a-zA-Z0-9\-_]+)\.html$ /test.html#$1 [NE,R] .
How can I write the JavaScript callback code that will be executed on any changes in the URL anchor? For example from http://example.com#a to http://example.com#b
Started by on , 6 posts by 6 people.  
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent's location hash.
Attr and text modifications.
I have a site with anchor navigation (like gmail, when the anchor value changes a new content for a page is loaded with ajax). In Firefox, when I change the anchor (with js or with a page) a new item in the history is created and works perfectly. But ...
Started by on , 5 posts by 5 people.  
Even to handle this is instead....
It stops properly handling the hash when the ? is present.
Almost all of the existing history plugins have some sort of gap having ? in the hash after the #.
Of work with history and using the hash.
Hi, I have some jQuery JavaScript code that I want to run only when there is a hash (#) anchor link in a URL. How can you check for this character using JavaScript? I need a simple catch-all test that would detect URLs like these: example.com/page.html...
Started by on , 4 posts by 4 people.  
Simple: if(window.location.hash) { // Fragment exists } else { // Fragment doesn't exist } Have you tried this? if (url.indexOf("#") != -1) { } (Where url is the URL you want to check, obviously.) Hi buddy: put the following: <script type="text/javascript... .
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost