Skip to content

Instantly share code, notes, and snippets.

@buoyant
Created December 3, 2012 17:20
Show Gist options
  • Save buoyant/4196489 to your computer and use it in GitHub Desktop.
Save buoyant/4196489 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#regform_district_id').html("<option value=''>Select District</option>");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment