Skip to content

Instantly share code, notes, and snippets.

@juhahinkula
Last active February 27, 2019 10:09
Show Gist options
  • Select an option

  • Save juhahinkula/8567f2ac5469feb7eb83be02efd74e44 to your computer and use it in GitHub Desktop.

Select an option

Save juhahinkula/8567f2ac5469feb7eb83be02efd74e44 to your computer and use it in GitHub Desktop.
Jquery template
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Datatables</title>
</head>
<body>
<div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>
$(document).ready(function(){
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment