[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-30 Thread Sean Catchpole
The following code will set index.html#num=2#foo=bar to num=2; foo="bar"; (function(){ var l=window.location.hash.split('#').slice(1) for(var i=0; i

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-29 Thread Chango
I need this too! On Jul 11, 4:22 pm, boomertsfx <[EMAIL PROTECTED]> wrote: > Does anyone have any comments on this? I know there is a "history/ > remote" > plugin by Klaus, but that is more for static sites... I want to pass/ > update variables via the anchor. I can't seem to find much info on

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-11 Thread boomertsfx
Does anyone have any comments on this? I know there is a "history/ remote" plugin by Klaus, but that is more for static sites... I want to pass/ update variables via the anchor. I can't seem to find much info on this, other than it seems YUI is doing it in the below URL. Regards, Graeme On