How to Disable Selected Option at Ninja Form

How to Disable Selected Option at Ninja Form

wprocket

Ninja Forms is an easy way to create forms on your website. It has many features that allow you to customize your form however you like. Easily disable the selected option at Ninga Form with jQuery

jQuery(window).load(function() {
        jQuery("#ninja_forms_widget-2 select option:selected").attr('disabled','disabled')
        .siblings().removeAttr('disabled');
});

 

GenesisPro728x90

Facebook
Twitter
LinkedIn
Pinterest
Tumblr
Anwer Ashif

Anwer Ashif

Founder of RainaStudio. Help businesses and individuals to create and outstand their online presence. Our success rate is measurable. Our blog served all around the world and counting.

Leave a Reply

Your email address will not be published. Required fields are marked *