Skip to content

Instantly share code, notes, and snippets.

@xhinking
Created June 9, 2011 14:28
Show Gist options
  • Save xhinking/1016836 to your computer and use it in GitHub Desktop.
Save xhinking/1016836 to your computer and use it in GitHub Desktop.
Github Tree Slide
$('#slider a').click(function() {
history.pushState({ path: this.path }, '', this.href)
$.get(this.href, function(data) {
$('#slider').slideTo(data)
})
return false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment