var a = window.location.href.split("#")[1];
On Feb 10, 9:50 am, frizzle <[EMAIL PROTECTED]> wrote: > Hi there, > > I was wondering how to grab the contents of everything behind the hash > mark ( # ) in a URL. > I could not find it on the Jquery site... > > Thanks, > Frizzle.