Skip to content

Instantly share code, notes, and snippets.

@guizmo
Created January 8, 2012 23:18
Show Gist options
  • Save guizmo/1580069 to your computer and use it in GitHub Desktop.
Save guizmo/1580069 to your computer and use it in GitHub Desktop.
test
//var urlLink = window.location.href;
var urlLink = $('#slash2').attr('href');
var lastIndex = urlLink.substring(urlLink.lastIndexOf("/") + 1, urlLink.length);
var lastIndexSplit = lastIndex.split("+");
if(lastIndexSplit.length == 1){
alert(lastIndexSplit);
}else{
alert('fail');
}
<!-- content to be placed inside <body>…</body> -->
<h1>dabblet c pas mal pour se partager du code kan on test</h1>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment