Ignore:
Timestamp:
2008/06/16 12:13:09 (16 years ago)
Author:
pineray
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/js/admin.js

    r16757 r17351  
    430430} 
    431431 
    432  
    433  
     432// ページ読み込み時の処理 
     433$(function(){ 
     434// ヘッダナビゲーション 
     435    $("#navi > li").hover( 
     436        function(){ 
     437            $(this).addClass("sfhover"); 
     438        }, 
     439        function(){ 
     440            $(this).removeClass("sfhover"); 
     441        } 
     442    ); 
     443}); 
Note: See TracChangeset for help on using the changeset viewer.