Hello there,
I have a video gallery that has a menu on the left and loads the content into a div on the right hand side. The menu is generated from php video posts so we need a general script that will effect everything.
-- The problem --
The links will load the URL of the video as an anchor on the current URL -
eg.
So all I need is a script that will get the hash tag and load the content into a div. So far I have failed miserably trying to do that. I imagine it is something along the lines of document.location.hash but don't know where to go from there.
Help much appreciated.
Thanks