Ero sivun ”Widget:JwObsCharts2” versioiden välillä
Järvi-meriwikistä
Rivi 1 522: | Rivi 1 522: | ||
// move current observations to top | // move current observations to top | ||
− | gEl = | + | gEl = memo.widgetEl.find( 'svg' ).append( 'g' ); |
+ | console.log( memo.widgetEl ); | ||
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 ); | ||
Rivi 1 528: | Rivi 1 529: | ||
jQuery( 'circle[fill="#3366cc"]' ).each( function() { | jQuery( 'circle[fill="#3366cc"]' ).each( function() { | ||
− | jQuery( this ).detach().appendTo( | + | //jQuery( this ).detach().appendTo( gEl ); |
}); | }); | ||
} | } |