Solutions to technical problems that I come across. Keywords: Ubuntu, Windows, PHP, jQuery, JavaScript, Java, .NET, mySQL, Zend, and PHPUnit, NVIDIA CUDA architecture.
Saturday, September 25, 2010
jQuery value and text of selected option in selectbox
You often need the value and text of the selected option of a select box. $("#selectboxid").val() returns the value of the selected option and $("#selectboxid :selected").text() returns the text.
No comments:
Post a Comment