background preloader

jQuery

Facebook Twitter

Perfect Workflow in Sublime Text 2 - Hello. 30 Days to Learn jQuery - Hello jQuery. Are you excited to learn a new skill?

30 Days to Learn jQuery - Hello jQuery

jQuery is certainly a good one to have! In this opening lesson, we’ll download jQuery, and take a peek at how it can be used in our projects. Lesson Transcript Well, I hope you are excited, today is the first day of the rest of your life. Not really. “jQuery for Absolute Beginners” Video Series. 7 Things I Wish I Had Known About jQuery. This article is mostly aimed at people who are just starting to learn jQuery.

7 Things I Wish I Had Known About jQuery

I assume you know the following: Base knowledge of JavaScriptWhat jQuery isHow to include jQuery in a web pageBasic knowledge of how to use the $ function (for example: $(‘#test .testing’))Basic understanding of the chainable eventsKnow what $(document).ready(function () { }); does (sometimes seen as $(function () {} ); or $().ready(function() {});)Know intermediate HTML and CSS (lists, padding, colors, borders and margin) If you don’t know anything about how to use jQuery you should read this. This is not meant to be an introduction to jQuery. This is meant for people who have tried jQuery and may have been frustrated because they weren’t sure how to do something correctly.