Skip to content

Instantly share code, notes, and snippets.

@technomaz
Created December 31, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technomaz/24ee35868e533c8ba5b2 to your computer and use it in GitHub Desktop.
Save technomaz/24ee35868e533c8ba5b2 to your computer and use it in GitHub Desktop.
Add Bootstrap icon to all links with /Secure/ in the path that do not have the btn class
jQuery("a[href*='/Secure/']:not(.btn)").after(" <i class=\"icon-lock\"></i>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment