텍스트1
// item 1
텍스트2
텍스트2
// item 2
텍스트2



#keywords JavaScript, carouFredSel, jQuery '''JavaScript''' {{{#!gcode $('#scrollFrame').carouFredSel({ ... onBefore: function() { $(this).children('div').css('float','left'); $(this).children('div').css('display','block'); }, onAfter: function() { $(this).children('div').css('float',''); $(this).children('div').css('display',''); } }); }}} '''HTML''' {{{#!gcode