Created
December 29, 2017 10:20
-
-
Save ChanderG/c8be9bc93aa746c17cd15b7aa1dc8c32 to your computer and use it in GitHub Desktop.
Umbrella equivalent to query selector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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