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.
🦁
It's me! Lion
Christhopher Lion
itsmelion
🦁
It's me! Lion
Software Developer and Designer
13
followers
·
36
following
@Dephion
@starlogik
Heerlen, Netherlands
https://lion-portfolio.netlify.app
View GitHub Profile
All gists
5
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.