Monday 5 July 2010

JQuery: Handling a Selection from a Combo or Select Box

JQuery LogoHow do you handle when a user makes a selection from an HTML combo or select box? First, in HTML combo/select boxes are created with a <select> tag which encloses a bunch of <option> tags. With JQuery, use the change event to capture selection from the combo box. A well written article on the subject can be found on jetlogs.org.

No comments:

Post a Comment