Skip to content

Instantly share code, notes, and snippets.

@shoaibali
Created May 9, 2013 01:59
Show Gist options
  • Save shoaibali/5545011 to your computer and use it in GitHub Desktop.
Save shoaibali/5545011 to your computer and use it in GitHub Desktop.
select first option from all drop downs on any form. Requires jQuery pre loaded
$('select').prop('selectedIndex',1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment