Day 52 Self-Study to Web Dev!
=> Build original apps with me on youtube!
=> All code since day one can be found here on github!
Hit jQuery Fundamentals hard today. I realize that jQuery is not currently “in style,” but is still a valuable tool for anyone to have in their toolkit!
I am a large proponent of always use the best tool for the job. Sometimes, jQuery is the best tool, so use it. But enough rationalizing why I spent my day with jQuery fundamentals, here is what I learned:
=> Using ‘npm’ to install jQuery into my project.
=> Tag, Id, Class, and Attribute selectors.
=> Using jQuery to manipulate any of the above.
=> Chaining in jQuery
=> Iterating using .each
=> Manipulating the DOM using jQuery.