Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 45: | Rivi 45: | ||
jQuery( '.jwLakeCardMap' ).each( function() { | jQuery( '.jwLakeCardMap' ).each( function() { | ||
c++; | c++; | ||
jQuery( this ).prop( 'id', 'jwLakeCardMap_ + c.toString() ); | jQuery( this ).prop( 'id', 'jwLakeCardMap_' + c.toString() ); | ||
jQuery( this ).append( '<div style="height: 300px;"></div>' ); | jQuery( this ).append( '<div style="height: 300px;"></div>' ); | ||
}); | }); |