$(“<tag></tag>”) what mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

$(“<tag></tag>”) what mean?

I don’t understand this way What mean $(“<tag></tag>”)?

21st Aug 2019, 8:32 PM
Mooky
Mooky - avatar
3 Answers
+ 2
It is JQuery element selector example: $(«h3») — receive every h3 elems in the document.
21st Aug 2019, 9:18 PM
Grigoriy
Grigoriy - avatar
0
so $(<<h3>>) == $(“h3”) right? i can’t find <> include in argument anyway
22nd Aug 2019, 4:37 AM
Mooky
Mooky - avatar
0
Why do You need <> include in argument? Check out the list of JQuery selectors https://api.jquery.com/category/selectors/
22nd Aug 2019, 5:32 AM
Grigoriy
Grigoriy - avatar