list of effects in jquery

jquery help tips

how can text highlighting in jquery

how can text highlighting in jquery




Text Highlighting Example

jquery animation codes

jquery animation codes


Demo



$(document).ready(function() { 
    $("#clickhere").click(function() { 
        $("#animate1").animate({ 
            height: "20px", 
            width: "10px", 
        }1000); 
        $("#animate2").animate({ 
            height: "50px", 
            width: "500px" 
        }1000); 
    }); 
}); 

what is jquery

what is jquery



jQuery is a JavaScript library that  interact between JavaScript and HTML,jQuery is a JavaScript programming.jQuery is easy to learn.