1- val()
– method returns the value of selected attribute value.
var selectedVal = $("#myselect option:selected").val();
2- text()
– method return String of selected option.
var selectedVal = $("#myselect option:selected").text();
Trình bày các công nghệ CLOUD một cách dễ hiểu.
1- val()
– method returns the value of selected attribute value.
var selectedVal = $("#myselect option:selected").val();
2- text()
– method return String of selected option.
var selectedVal = $("#myselect option:selected").text();