Hi guys,
Having a little bit of trouble with a site I'm currently working on...
I'm using some AJAX for the instant g-mail/facebook style navigation, you know the kind, with no refreshes, etc.
Problem is, to allow for back/forward and bookmarks, I currently use a URL that looks like:
This is fine, not a problem... The issue comes into play when I want to open up the news.html page, from my home.html page, and have it open to news item #6 (for example).
I can't add a #, because one is already being used to reference the anchor for the content div.
Has anyone run into a similar problem before? If so, how did you resolve it?
Can some jQuery be used to find the location of the news item div in question, on load, and scroll to it like that?
Just not sure how to progress really, and any help would be greatly appreciated!
Having a little bit of trouble with a site I'm currently working on...
I'm using some AJAX for the instant g-mail/facebook style navigation, you know the kind, with no refreshes, etc.
Problem is, to allow for back/forward and bookmarks, I currently use a URL that looks like:
This is fine, not a problem... The issue comes into play when I want to open up the news.html page, from my home.html page, and have it open to news item #6 (for example).
I can't add a #, because one is already being used to reference the anchor for the content div.
Has anyone run into a similar problem before? If so, how did you resolve it?
Can some jQuery be used to find the location of the news item div in question, on load, and scroll to it like that?
Just not sure how to progress really, and any help would be greatly appreciated!

Comment