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 = jQuery( document.getElementById(memo.id) ).find( 'svg' ).append( 'g' ); | |
− | + | 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[stroke-width="3"]' ).each( function() { jQuery( this ).parent().append( jQuery( this ) ); }); | |
− | console.log( jQuery( document.getElementById(memo.id) ).find( 'svg' ).html() ); | + | //console.log( jQuery( document.getElementById(memo.id) ).find( 'svg' ).html() ); |
} | } | ||
} | } |