Created
March 17, 2016 14:20
-
-
Save carvalhorafael/54caeacaa3b14a07cbee to your computer and use it in GitHub Desktop.
How use JQuery Carousel plugin with Edools Theme
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
// this file should be put at app/assets/scripts | |
Edools.events.subscribe('school.home', function() { | |
;(function($){ | |
// carousel code here | |
}); | |
}); |
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
<!-- code here --> | |
<!-- build:js({.tmp,app}) assets/scripts/app.js --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
<script src="assets/scripts/carousel.js"></script> | |
<!-- endbuild --> | |
<!-- code here --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment