Ei muokkausyhteenvetoa Merkkaus: Muokkaamalla palautettu |
Ei muokkausyhteenvetoa |
||
| Rivi 16: | Rivi 16: | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | ||
jQuery('.jwImageSelect').each(function() { | |||
var select = jQuery( this ); | |||
var classes = jQuery( this ).attr('class').split(' '); | |||
console.log( 'asdf' ); | |||
select.find( 'option' ).each( function() { | |||
console.log( jQuery( this ) ); | |||
}); | |||
console.log( 'asdf' ); | |||
}); | |||
jQuery('label.JwLocRadiobuttons').each(function() { | jQuery('label.JwLocRadiobuttons').each(function() { | ||


