Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created October 28, 2017 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anwerashif/a3437014bc7a9ceead1ef799ed3cc3b4 to your computer and use it in GitHub Desktop.
Save anwerashif/a3437014bc7a9ceead1ef799ed3cc3b4 to your computer and use it in GitHub Desktop.
jQuery - Disable Selected Option at Ninja Form
jQuery(window).load(function() {
jQuery("#ninja_forms_widget-2 select option:selected").attr('disabled','disabled')
.siblings().removeAttr('disabled');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment