/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// was kann hier optimiert werden? $('#box').hide(); $('#box').show(); // $('#box').css({ 'height' : '300px' ,'color' : '#few39023' ,'font-size' : '12px' });