DSDN112: JQUERY Code Academy

0 Comments
I have been working on the JQuery code academy lessons. I prefer this method of learning as opposed to lynda.com tutorials because I can learn the information at my own pace and put what I am learning into practical skills.

During the lessons I found a valuable piece of code to remember the set up. As the set up almost always looks like that it is important that I keep this.

$(document).ready(function() {
    $('thingToTouch').event(function() {
        $('thingToAffect').effect();
    });
});
 
 


You may also like

No comments:

Powered by Blogger.