Core
aQuery()
Returns a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Example:
aQuery(‘.my-selector > div’);
Returns a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.