Skip to content

Instantly share code, notes, and snippets.

@rderoldan1
Created September 1, 2013 22:33
Show Gist options
  • Save rderoldan1/6407765 to your computer and use it in GitHub Desktop.
Save rderoldan1/6407765 to your computer and use it in GitHub Desktop.
Disable all options if readonly class is present
$('select.readonly option:not(:selected)').attr('disabled',true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment