Skip to content

Instantly share code, notes, and snippets.

@kswlee
Created July 26, 2012 14:18
Show Gist options
  • Select an option

  • Save kswlee/3182301 to your computer and use it in GitHub Desktop.

Select an option

Save kswlee/3182301 to your computer and use it in GitHub Desktop.
jQuery init function (partial)
// HANDLE: $(function)
// Shortcut for document ready
} else if ( jQuery.isFunction( selector ) ) {
return rootjQuery.ready( selector );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment