├── README.md ├── bower.json ├── example ├── css │ └── style.css ├── index.html └── js │ └── jquery-1.11.0.min.js ├── jquery.crotator.js └── package.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/bower.json -------------------------------------------------------------------------------- /example/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/example/css/style.css -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/example/index.html -------------------------------------------------------------------------------- /example/js/jquery-1.11.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/example/js/jquery-1.11.0.min.js -------------------------------------------------------------------------------- /jquery.crotator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/jquery.crotator.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhanath/jquery-crotator/HEAD/package.json --------------------------------------------------------------------------------