Ero sivun ”Widget:Form enabler X” versioiden välillä
Järvi-meriwikistä
(2 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
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() { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
jQuery('label.JwLocRadiobuttons').each(function() { | jQuery('label.JwLocRadiobuttons').each(function() { | ||
var label = jQuery( this ); | var label = jQuery( this ); | ||
− | + | //console.log( label ); | |
var input = jQuery( this ).children( 'input' ).first(); | var input = jQuery( this ).children( 'input' ).first(); | ||
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(' '); |