Skip to content

Instantly share code, notes, and snippets.

@amelieykw
Last active March 29, 2018 12:49
Show Gist options
  • Save amelieykw/4c9f483274189ad263c1fedac11917f8 to your computer and use it in GitHub Desktop.
Save amelieykw/4c9f483274189ad263c1fedac11917f8 to your computer and use it in GitHub Desktop.
[jQuery Select children element] #jQuery #selector #childrenElement
element.children(":first").toggleClass("redClass");
// select the first child element
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment