如何通过传递ID来通过jQuery获得select的所有选项?
我只是想获得他们的价值观,而不是文字。
采用:
$("#id option").each(function() { // Add $(this).val() to your list });