Skip to content

Instantly share code, notes, and snippets.

@need4spd
Created July 31, 2013 02:31
Show Gist options
  • Save need4spd/6118857 to your computer and use it in GitHub Desktop.
Save need4spd/6118857 to your computer and use it in GitHub Desktop.
jquery select box default select
$('#lcat > option[value="05"]').attr("selected", "true");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment