Skip to content

Instantly share code, notes, and snippets.

@wyattdanger
Created August 22, 2011 20:08
Show Gist options
  • Save wyattdanger/1163388 to your computer and use it in GitHub Desktop.
Save wyattdanger/1163388 to your computer and use it in GitHub Desktop.
Poppa on specific node
$('header').poppa({
'li': function (li) {
// $('header').find('li')
// is accessible within this function as li
},
'a:first-of-type': function (a) {
// $('header').find('a:first-of-type')
// is accessible within this function as a
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment