ComputerGeek |
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 |
You are subscribed to email updates from ComputerGeek To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Post a Comment