Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Last active October 12, 2015 18:48
Show Gist options
  • Save ElmahdiMahmoud/4070834 to your computer and use it in GitHub Desktop.
Save ElmahdiMahmoud/4070834 to your computer and use it in GitHub Desktop.
js: custom js file
/*
(function($) { //<< begin no conflict function
$(document).ready(function() { //<< begin doc ready
//with portotype
}); //<< end doc ready
})(jQuery); //<< end no conflict function
*/
/*
$(document).ready(function() { //<< begin doc ready
}); //<< end doc ready
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment