+ 2
Why does jQuery work with HTML and CSS?
I have seen answers that say jQuery works with HTML and CSS. Could I have some help understanding the code?
7 Respostas
+ 9
There is a course for jquery.
+ 6
._.
The first guy who type my full username
+ 5
work with html js css (all front end)
html: jQuery choose the element of html
css : Edit css property of that element (but didn't add any new rules....or if you want to add you can add it)
js : Surely...No js no jQuery...
+ 2
jQuery selector returns a jQuery object that wraps the DOM object and provides jQuery methods. This is the reason you are able to call jQuery methods like css(), click() on the object returned by jQuery.
+ 1
Thanks! But as I said Why does jQuery work with those codes?
+ 1
Oh! Thanks so much!!
+ 1
Thanks! Very Hard(java & c++ & c# & py & (All is hard)) and Tim G. I am understanding is a bit more!