Ero sivun ”Widget:JwObsCharts2” versioiden välillä
Järvi-meriwikistä
Rivi 1 523: | Rivi 1 523: | ||
// move current observations to top | // move current observations to top | ||
gEl = memo.widgetEl.find( 'svg' ).append( 'g' ); | gEl = memo.widgetEl.find( 'svg' ).append( 'g' ); | ||
− | console.log( jQuery( document.getElementById(memo.id) ) ); | + | console.log( jQuery( document.getElementById(memo.id) ).find( 'svg' ) ); |
jQuery( document.getElementById(memo.id) ).find( 'path[stroke="#3366cc"]' ).detach().appendTo( gEl ); | jQuery( document.getElementById(memo.id) ).find( 'path[stroke="#3366cc"]' ).detach().appendTo( gEl ); | ||
jQuery( document.getElementById(memo.id) ).find( 'circle[fill="#3366cc"]' ).detach().appendTo( gEl ); | jQuery( document.getElementById(memo.id) ).find( 'circle[fill="#3366cc"]' ).detach().appendTo( gEl ); |