1. 11 March 2013
    • jquery
    • javascript
    • code tutorials

    jQuery Boiled Down

    I was going through some jQuery documentation and I absolutely loved how Codecademy drilled down how jQuery works. Obvisouly things get more complex, but this is a great summary and breakdown.

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

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.