Skip to content

Instantly share code, notes, and snippets.

@chrisvasey
Created December 14, 2018 11:47
Show Gist options
  • Save chrisvasey/6a465bfc22a4bcea99dac5dc04e12255 to your computer and use it in GitHub Desktop.
Save chrisvasey/6a465bfc22a4bcea99dac5dc04e12255 to your computer and use it in GitHub Desktop.
<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