how to have a selected option set using each jquery code example
Example: each option select jquery
$("#id option").each(function()
{
// Add $(this).val() to your list
});
$("#id option").each(function()
{
// Add $(this).val() to your list
});