Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 11: | Rivi 11: | ||
setTimeout( function(){ <!--{$id|default:FormEnabler|escape:'html'}-->_jQueryTest() }, 300); | setTimeout( function(){ <!--{$id|default:FormEnabler|escape:'html'}-->_jQueryTest() }, 300); | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | |||
//console.log('not x'); | |||
jQuery('label.JwLocRadiobuttons').each(function() { | jQuery('label.JwLocRadiobuttons').each(function() { | ||
| Rivi 75: | Rivi 36: | ||
}); | }); | ||
jQuery('.JwLocCheckboxes').each(function() { | jQuery('fieldset:visible .JwLocCheckboxes').each(function() { | ||
var input = jQuery( this ).children('input').first(); | var input = jQuery( this ).children('input').first(); | ||
| Rivi 97: | Rivi 58: | ||
}); | }); | ||
jQuery('fieldset:visible .JwLocDropdowns > option').each(function() { | |||
var classes = jQuery( this ).parent().attr('class').split(' '); | var classes = jQuery( this ).parent().attr('class').split(' '); | ||
| Rivi 265: | Rivi 226: | ||
Jw_FormFieldResizer(); | Jw_FormFieldResizer(); | ||
}, 3000); | }, 3000); | ||
/* | |||
jQuery('#sfForm').submit(function() { | |||
console.log('submit'); | |||
jQuery('fieldset:visible input').attr('disabled', false); | |||
jQuery('fieldset:visible select').attr('disabled', false); | |||
jQuery('fieldset:visible button').attr('disabled', false); | |||
}); | |||
*/ | |||
checkAgain(); | checkAgain(); | ||


