Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Youngmin Cho
holic158
3
followers
·
6
following
View GitHub Profile
All gists
2
Starred
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
166 forks
26 comments
690 stars
liamcurry
/
gist:2597326
Created
May 4, 2012 19:56
Vanilla JS vs jQuery
Moving from jQuery
Events
// jQuery
$
(
document
)
.
ready
(
function
(
)
{
// code
}
)
You can’t perform that action at this time.