In this article, I am sharing with you, how to enable all disabled selected options in select elements using jquery without iteration.
Without chosen-select
If using chosen-select, using 2nd example
$('.select-product').find("option:disabled").prop("disabled",false).trigger('chosen:updated')
:disabled
to select all disabled.prop()
to set to enabledSubscribe to the Email Newsletter