Skip to content

Instantly share code, notes, and snippets.

@antiden
Created October 19, 2017 09:26
Show Gist options
  • Save antiden/1da173dbf4340f7c6dc2f2edc94621da to your computer and use it in GitHub Desktop.
Save antiden/1da173dbf4340f7c6dc2f2edc94621da to your computer and use it in GitHub Desktop.
jquery start
var $ = jQuery.noConflict();
$(document).ready(function($) {
'use strict';
/*Your scripts start here*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment