0
$(“<tag></tag>”) what mean?
I don’t understand this way What mean $(“<tag></tag>”)?
3 odpowiedzi
+ 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/