Lea Verou 23.05.2011

Get your hash — the bulletproof way

Read Original

This article explains the proper way to extract the hash value from `window.location.hash` in JavaScript. It critiques common but fragile code snippets, highlights issues with unicode characters and empty hashes, and recommends using `location.hash.substring(1)` or `slice(1)` for a robust solution.

Get your hash — the bulletproof way

коментарів

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet