This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var HPG = {} || HPG; | |
| HPG.SAMPLE_CODE = {}; | |
| // カルーセルの処理を定義 | |
| HPG.SAMPLE_CODE.CAROUSEL = { | |
| init : function(){ | |
| // DOM情報の取得 | |
| var $carouselWrapper = $('#jsi-carousel-wrapper'), | |
| $carouselContainer = $('#jsi-carousel-container'), | |
| $carouselElements = $carouselContainer.children('li'), |