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.
💭
Web UI Architect at
@globant
Sebastian Gomez
sgomezglobant
💭
Web UI Architect at
@globant
Web UI Architect at
@globant
This is an account only for
@globant
Projects. To find my personal Github account go to github.com/seagomezar
5
followers
·
0
following
@globant
Medellín Colombia.
www.sebastian-gomez.com
View GitHub Profile
All gists
3
Forked
1
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
1 fork
0 comments
1 star
sgomezglobant
/
README.md
Created
June 16, 2017 17:32
— forked from
joyrexus/README.md
Vanilla JS equivalents of jQuery methods
Sans jQuery
Events
// jQuery
$
(
document
)
.
ready
(
function
(
)
{
// code
}
)
You can’t perform that action at this time.