Skip to content

Instantly share code, notes, and snippets.

@robbypelssers
Last active August 29, 2015 13:59
Show Gist options
  • Save robbypelssers/10762405 to your computer and use it in GitHub Desktop.
Save robbypelssers/10762405 to your computer and use it in GitHub Desktop.
Ajax demo: html page
<!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