Ero sivun ”Widget:Form enabler X” versioiden välillä
Järvi-meriwikistä
Rivi 12: | Rivi 12: | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | ||
+ | |||
+ | jQuery( document ).on( 'click', '.JwMinimizedArchive', function() { | ||
+ | console.log('sfasdfsdf'); | ||
+ | }); | ||
var timer = setInterval( function() { | var timer = setInterval( function() { | ||
Rivi 26: | Rivi 30: | ||
}); | }); | ||
− | out += '<label><input type="checkbox" />Arkistoon</label>'; | + | out += '<label><input type="checkbox" class="JwMinimizedArchive" />Arkistoon</label>'; |
console.log( out ); | console.log( out ); |