<script type="text/javascript"> (function(){ var hash = location.hash.substring(1); if (hash) { var element = document.querySelector('.' + hash); if (element) { alert(hash); } } })(); </script>