Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@woody180
Created January 8, 2021 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woody180/46a7dba4d98ca5d07e6c3c23c80f7bfd to your computer and use it in GitHub Desktop.
Save woody180/46a7dba4d98ca5d07e6c3c23c80f7bfd to your computer and use it in GitHub Desktop.
/*
Arguments list
1. class to watch
2. event type
3. callback
*/
UIkit.util.on('.uk-search-default', 'click', e => console.log(e.target.parentElement))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment