Changeset 25 for branches/testa/js/tab.js
- Timestamp:
- Aug 21, 2019 7:44:47 PM (6 years ago)
- File:
-
- 1 edited
-
branches/testa/js/tab.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/testa/js/tab.js
r23 r25 1 jQuery(function($){1 function tab_init(){ 2 2 $('.tab').click(function(){ 3 3 $('.is-active').removeClass('is-active'); … … 10 10 // クリックしたタブと同じインデックス番号をもつコンテンツを表示 11 11 $('.panel').eq(index).addClass('is-show'); 12 }) ;13 } );12 }) 13 }
Note: See TracChangeset
for help on using the changeset viewer.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)