RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lfrancarj
If you´re using this with choosen-select, remember to add the trigger method:
if options $('#person_state_id').html(options) $('#person_state_id').parent().show() $("#person_state_id").trigger("chosen:updated");
If you´re using this with choosen-select, remember to add the trigger method:
if options
$('#person_state_id').html(options)
$('#person_state_id').parent().show()
$("#person_state_id").trigger("chosen:updated");