Search
-
Recent Posts
- To Do: Efficient, Future-Friendly Front End Strategy
- An Event Apart SF 2011 – Resources and Sound Bites – Part 2
- An Event Apart SF 2011 – Resources and Sound Bites – Part 1
- Dynamic Height Cross Domain Iframe postMessage Javascript
- Exclude custom post types from wordpress search – do not use exclude_from_search
- CSS Resources from Wordcamp SF 2011
- Color Numbers in Ordered List with CSS Counter() and :Before Pseudo-Element
- How To Show The Full Content of Multi-Page/Paginated Posts in the Feed WordPress (content after nextpage tag)
Topics
Tag Archives: selected option
How To Get The Selected Value From Select Drop Down Using Javascript
The desired behavior is to access the selected value from the select tag (select drop down list) by creating a javascript function that can be applied with an event handler (most likely onclick). Here is an example of the markup: … Continue reading