Created
March 24, 2018 15:57
-
-
Save hanuor/2b963e8bce84c2c3dfc2b3899c1bcfce to your computer and use it in GitHub Desktop.
lazy loading.
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
$(document).ready(function(){ | |
$('#about_me').load("https://raw.githubusercontent.com/hanuor/shanjohri/gh-pages/data/about-me.md"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment