Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created January 11, 2013 17:52
Show Gist options
  • Save skipjac/4512657 to your computer and use it in GitHub Desktop.
Save skipjac/4512657 to your computer and use it in GitHub Desktop.
Change the color of the last element in the Zendesk forum breadcrumb
$j('h2.forums a:last-child').css('color', 'red')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment