Skip to content

Instantly share code, notes, and snippets.

@linkmckinney
Last active August 29, 2015 14:01
Show Gist options
  • Save linkmckinney/1e16f863692a9db47409 to your computer and use it in GitHub Desktop.
Save linkmckinney/1e16f863692a9db47409 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Dynamic Page Reload</title>
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p>Example of how to dynamically fetch data without refreshing the current page</p>
<cfoutput>
<div id="myupdate_div"></div>
</cfoutput>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/reload.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment