Created
October 28, 2017 17:07
-
-
Save anwerashif/a3437014bc7a9ceead1ef799ed3cc3b4 to your computer and use it in GitHub Desktop.
jQuery - Disable Selected Option at Ninja Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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