Skip to content

Instantly share code, notes, and snippets.

@barlas
Last active August 29, 2015 14:10
Show Gist options
  • Save barlas/81c68a46d00dc87d3e94 to your computer and use it in GitHub Desktop.
Save barlas/81c68a46d00dc87d3e94 to your computer and use it in GitHub Desktop.
jQuery - Better way to initialise function on document ready.
$(function() {
functionsss.init();
});
functionsss = {
init: function() {
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment