ComputerGeek

ComputerGeek


Most useful jQuery functions

Posted: 26 Aug 2013 11:25 PM PDT

Most useful jQuery functions In this article, I have provided list of most commonly used jQuery functions. List of jQuery functions: 1. jQuery Selectors: //--- COMMON JQUERY SELECTORS ---// // get element by id $("#ElementID").whatever(); // get element by css class $(".ClassName").whatever(); // get elements where id contains a string $("[id*='value']").whatever(); // get


Post a Comment