Created
January 25, 2017 06:53
-
-
Save nkgokul/75c58c2ad1357f0b514a5c1735169ffa to your computer and use it in GitHub Desktop.
Prepend edit to all the links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery("a").attr("href", function(i, href) { | |
return href + '/edit'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment