<script>jQuery(“:radio”).click(function(){ var radioName = jQuery(this).attr(“name”); //Get radio name jQuery(“:radio[name='”+radioName+”‘]”).attr(“disabled”, true); //Disable all with the same name });</script> This is disabled
Continue readingMonth: July 2020
Best wordpress plugin for creating custom field
WordPress is a great open source CMS. WordPress gives the easiest way to build and design your wesite. WordPress has
Continue reading