Pages

Subscribe:

Ads 468x60px

Saturday, March 10, 2012

how to select multiple HTML elements on a page using jquery

In this web programming tutorial we will learn how to select multiple form elements in a single statement of jquery see the below line:
$('p,div,h1,input')

No comments:

Post a Comment