Created
July 26, 2017 15:52
-
-
Save alxjrvs/f8a5e7231457c7a0398cf1f9764d23de to your computer and use it in GitHub Desktop.
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
$.each($('img'), function(index, img){ img.src = "https://media.licdn.com/mpr/mpr/shrinknp_200_200/p/7/000/214/3e6/26440a3.jpg" }) | |
$('h1, p, li, h2').text('Scott') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment