Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 111 Bytes

jQuery.md

File metadata and controls

6 lines (6 loc) · 111 Bytes

Basic Setup

<script>
$(document).ready(function () {
  // Code here
});
</script>