jquery hover 액션

$("img").hover(
     function () {
        $(this).fadeTo("fast", 0.3);
     },
     function() {
     $(this).fadeTo("fast", 1);
         });

Designed by JB FACTORY