Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Last active October 9, 2017 18:16
Show Gist options
  • Save rqreyes/9fedf2365c619b19a889fd07a072426c to your computer and use it in GitHub Desktop.
Save rqreyes/9fedf2365c619b19a889fd07a072426c to your computer and use it in GitHub Desktop.
replace breadcrumb text
$(".breadcrumb").html($(".breadcrumb").html().replace("»", ">"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment