+ 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?

26th Apr 2017, 1:01 AM
TheGreatCoder10452
TheGreatCoder10452 - avatar
7 odpowiedzi
+ 9
There is a course for jquery.
26th Apr 2017, 1:05 AM
Tim G
Tim G - avatar
+ 6
._. The first guy who type my full username
26th Apr 2017, 1:20 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 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...
26th Apr 2017, 1:07 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 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.
26th Apr 2017, 3:05 AM
RAHUL KUMAR DHAKAR
RAHUL KUMAR DHAKAR - avatar
+ 1
Thanks! But as I said Why does jQuery work with those codes?
26th Apr 2017, 1:07 AM
TheGreatCoder10452
TheGreatCoder10452 - avatar
+ 1
Oh! Thanks so much!!
26th Apr 2017, 1:09 AM
TheGreatCoder10452
TheGreatCoder10452 - avatar
+ 1
Thanks! Very Hard(java & c++ & c# & py & (All is hard)) and Tim G. I am understanding is a bit more!
26th Apr 2017, 1:13 AM
TheGreatCoder10452
TheGreatCoder10452 - avatar