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



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