There’s been some questions on the specifications for website projects. I have said that you are to make three ‘hand-crafted’ code items and one advanced jQuery Plugin. A jQuery plugin is an external script file that is dependent on jQuery in order to work. In class we used a plugin called jQuery Transit. Transit will […]
Lesson 5
Animation & Effects Today we will go over custom animations and built-in effects with jQuery. We will also look at our first plugin with jQuery: jQuery Transit Demos of code from these slides Animation & Effects Examples
Lesson 4
Getting Started with jQuery Our fourth lesson begins our experimenting with jQuery. jQuery is a powerful library that extends JavaScript. I like to think of it being like a step stool. It allows me to reach further than I could on my own. I still use the basic programming (JS/my body) to do the programming, […]