Created
December 14, 2018 11:47
-
-
Save chrisvasey/6a465bfc22a4bcea99dac5dc04e12255 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
<img src="" alt="" id="profileImg"> | |
<script> | |
$(document).ready(function(){ | |
//Fetch image path | |
imgPath = $("#welcomepagedivid001" ).load( "/phnx/driver.aspx?routename=Social/UniversalProfile/Bio #____fh_n_ah"); | |
//Add fetched to Prodile image src | |
$("#profileImg").attr("src",imgPath); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment