Skip to content
Search Gists
Search Gists
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.
Georgios Chronis
lennondtps
11
followers
·
11
following
Greece
http://g-chronis.com
View GitHub Profile
All gists
9
Forked
4
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
12 forks
1 comment
30 stars
harmstyler
/
moving_from_jquery.md
Last active
January 8, 2021 02:32
— forked from
liamcurry/gist:2597326
Moving from jQuery
Events
// jQuery
$
(
document
)
.
ready
(
function
(
)
{
// code
}
)
You can’t perform that action at this time.