Skip to content

Instantly share code, notes, and snippets.

@devth
Created July 2, 2010 23:35
Show Gist options
  • Save devth/462085 to your computer and use it in GitHub Desktop.
Save devth/462085 to your computer and use it in GitHub Desktop.
document.location = $('.gallery-holder ul li:nth-child( ' + (parseInt( $('#controls .current')[0].id.replace(/[^0-9]/g, '')) + 1) + ') a').attr('href');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment