"test"
Bootstrap 3.3.0 Snippet by maitret

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="test"></div> <script> var url = 'r: '; var parts = (window.location+'').split('#'); //if (parts.length == 2 && parts[1].length > 0) { url += '#' + parts[1]; } window.setTimeout(function() { //window.location.replace(url); //$(".test").html(url); $(".test").html(JSON.stringify(parts)); }, 0); </script>

Related: See More


Questions / Comments: