Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 112 Bytes

jquery.md

File metadata and controls

7 lines (4 loc) · 112 Bytes

JQuery

Select List

To get the current value of a select list use val().

$('#selectList').val();