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

Wednesday, November 14, 2012

Codecademy: "Fun with Sliders"


//sample solution to script.js

$(function() {
$("#slider").slider({
        stop: function ( event, ui ) {
           
           // Use jQuery to select the 'volume' <span> and then
           // set it to the value of the slider.
           $("#volume").html($("#slider").slider("value"));
         
        }  
});
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts