I delved into the Internet and did not find any recent articles on adding hashes and values to URLs with some mojo baked in.
I am working on a web application, and my ultimate goal is to add a hash to the URL for the “pages” and add a value after that, indicating which video on the “page” is active. With it, I will include bookmarks and a direct link to the video on the page. I.E.localhost#pageTwo?videoTitle
Ben Alman seems to have jQuery BBQ + Hashchange the best answers ... But they are becoming obsolete, and there may be a better answer that I cannot find.
Thanks for your advice!
source
share