Created
April 12, 2017 22:53
-
-
Save asimmittal/0401ea4b5ed5fa0b6815ce1c46608d45 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
$.get("http://google.com",function(googPageHtml){ | |
console.log("-->",googPageHtml) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment