Skip to content

Instantly share code, notes, and snippets.

@ChanderG
Created December 29, 2017 10:20
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 ChanderG/c8be9bc93aa746c17cd15b7aa1dc8c32 to your computer and use it in GitHub Desktop.
Save ChanderG/c8be9bc93aa746c17cd15b7aa1dc8c32 to your computer and use it in GitHub Desktop.
Umbrella equivalent to query selector
Vanilla: document.querySelector("#someid")
Umbrella: u('#someid').first()
With regards to use in CellJS, query selector can be used to get hold of a cell/subcell and then run a function within it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment