(function($) { $(function() { //ロールオーバー画像 $("img[src*='_off.']").rollOver({ off: '_off.', on: '_on.' }); }); })(jQuery);