Ero sivun ”Widget:JwObsCharts” versioiden välillä
Järvi-meriwikistä
Rivi 1 663: | Rivi 1 663: | ||
console.log( memo.obscode ); | console.log( memo.obscode ); | ||
console.log( memo.id ); | console.log( memo.id ); | ||
− | console.log( jQuery( memo.id ).find( 'svg' ) ); | + | console.log( jQuery( '#' + memo.id ).find( 'svg' ) ); |
gEl = jQuery( document.getElementById(memo.id) ).find( 'svg' ).append( 'g' ); | gEl = jQuery( document.getElementById(memo.id) ).find( 'svg' ).append( 'g' ); |