jQuery (document).ready(function($){ $('#test').hover( function(){ $(this).addClass('test-grey') }, function(){ $(this).removeClass('test-grey') } ) });.
確定! 回上一頁