SyntaxFix
Write A Post
Hire A Developer
Questions
You can select dropdown option value by name
jQuery("#option_id").find("option:contains('Monday')").each(function() { if( jQuery(this).text() == 'Monday' ) { jQuery(this).attr("selected","selected"); } });