0.0.2 • Published 9 years ago

jq-options v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

jQuery Options

$('#my-select-input').options([ 'text/plain', 'application/json', 'image/png' ], 'Select the content type...');
$('#my-select-input').options([
  { name: 'Español (Argentina)', value: 'es_AR' },
  { name: 'English (United States)', value: 'en_US' },
  { name: 'Português (Brasil)', value: 'pt_BR' }
]);