Ero sivun ”Widget:Form enabler X” versioiden välillä
Järvi-meriwikistä
Rivi 25: | Rivi 25: | ||
}); | }); | ||
+ | |||
+ | out += '<label><input type="checkbox" />Arkistoon</label>'; | ||
console.log( out ); | console.log( out ); | ||
Rivi 58: | Rivi 60: | ||
old = input.parent().html(); | old = input.parent().html(); | ||
newLabel = old.substr(0, old.lastIndexOf(";")) + strArr[2].split('_').join(' '); | newLabel = old.substr(0, old.lastIndexOf(";")) + strArr[2].split('_').join(' '); | ||
− | jQuery( this ).html(newLabel); | + | jQuery( this ).html(newLabel); |
− | |||
break; | break; | ||
} | } |