Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 54: | Rivi 54: | ||
jQuery('.JwLocRadiobuttons').each(function() { | jQuery('.JwLocRadiobuttons').each(function() { | ||
console.log('radio'); | |||
var input = jQuery( this ).children('input').first(); | var input = jQuery( this ).children('input').first(); | ||
console.log( input ); | console.log( input ); | ||
var classes = jQuery( this ).attr('class').split(' '); | var classes = jQuery( this ).attr('class').split(' '); | ||
var val = input.val(); | var val = input.val(); | ||


