Crouching Tiger, Hidden Dragon

$(document).ready(function() {
    $("#tiger").addClass("crouching");
    $("#dragon").hide();
});
Vote up this code1