Last active
August 29, 2015 13:59
Ajax demo: html page
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Ajax demo</title> | |
<script data-main="scripts/ajax" src="scripts/require.js"></script> | |
</head> | |
<body> | |
<h1>This is a demo showing making an AJAX call<h1> | |
<div id="result"/> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment