whenever i try to do something in CSS that is not trivial people advice to use JQuery. So i am puzzled that is it worth going into the details of CSS or going into those drafts of W3C when everything can be done with JQuery?
whenever i try to do something in CSS that is not trivial people advice
Share
You can’t really style anything with jQuery. jQuery simply applies CSS styles, and makes it much easier to do so in some cases.
You still need a solid understanding of CSS in order to style using jQuery. “everything can be done with
JQuery” is unfortunately not true. Also keep in mind users without JavaScript support.