All-in-one selector function that instantiates an element with the given tag and returns it wrapped
in a proxied selector that augments it with useful functions for manipulating it. You can alternatively use turbo(),
tu(), or $() for the same behavior.
If set to true, the selector will operate directly on the provided object, even
if it contains an inner element field. Useful when you want to set properties on a proxied wrapper itself rather
than its underlying DOM element.
All-in-one selector function that wraps the given object in a proxied selector that augments it
with useful functions for manipulating it. You can alternatively use turbo(), tu(), or $() for the same behavior.
All-in-one selector function that instantiates an element with the given tag (if valid) and returns it
wrapped in a proxied selector that augments it with useful functions for manipulating it. You can alternatively use
turbo(), tu(), or $() for the same behavior.
t