0
$(â<tag></tag>â) what mean?
I donât understand this way What mean $(â<tag></tag>â)?
3 Answers
+ 2
It is JQuery element selector
example:
$(«h3») â receive every h3 elems in the document.
0
so $(<<h3>>) == $(âh3â)
right?
i canât find <> include in argument anyway
0
Why do You need <> include in argument? Check out the list of JQuery selectors
https://api.jquery.com/category/selectors/