Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 22: | Rivi 22: | ||
var output = '<div class="fullscreen-button" style="margin-left: 10px; float: right; border-radius: 50%;"><button id="' + id + '_button" title="fullscreen" style="width: 24px; height: 24px; padding: 0; margin: 0; color: #1B599B; background: none; border: none;"><i class="fas fa-expand"></i></button></div>'; | var output = '<div class="fullscreen-button" style="margin-left: 10px; float: right; border-radius: 50%;"><button id="' + id + '_button" title="fullscreen" style="width: 24px; height: 24px; padding: 0; margin: 0; color: #1B599B; background: none; border: none;"><i class="fas fa-expand"></i></button></div>'; | ||
console.log( id ); | |||
console.log( jQuery( "#" + id + "_container" ) ); | |||
jQuery( "#" + id + "_container" ).html( output ); | jQuery( "#" + id + "_container" ).html( output ); | ||


