Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 15: | Rivi 15: | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | ||
jQuery('fieldset:visible .JwLocCheckboxes').each(function() { | |||
jQuery('.JwLocCheckboxes').each(function() { | |||
var input = jQuery( this ).children('input').first(); | var input = jQuery( this ).children('input').first(); | ||
| Rivi 23: | Rivi 21: | ||
var classes = jQuery( this ).attr('class').split(' '); | var classes = jQuery( this ).attr('class').split(' '); | ||
var val = input.val(); | var val = input.val(); | ||
for (var i in classes) { | for (var i in classes) { | ||


