Last active
November 22, 2015 17:24
-
-
Save hemusyl/8b8fd342aefce3daf2f4 to your computer and use it in GitHub Desktop.
Carousel Active Class
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
// Carousel Active Class | |
jQuery(document).ready(function ($) { | |
$(".carousel-inner .item:first-child").addClass("active"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment