Skip to content

Instantly share code, notes, and snippets.

@campreb
Created July 9, 2012 05:16
Show Gist options
  • Save campreb/3074339 to your computer and use it in GitHub Desktop.
Save campreb/3074339 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div role="main">
<input id="address_search" />
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//raw.github.com/AbleTech/neat-complete/master/lib/neat_complete.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
console.log("hello world")
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment