Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, November 8, 2012

Codecademy: Sample Solution to "Events"



//Sample solution to script.js
$('document').ready(function(){
    //write your .click() function here
    $('#clickMe').click(function() {
    var $divChangeMe = $("#changeMe");
    $divChangeMe.html("I have been changed");
    });
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts