Created
November 25, 2016 16:51
-
-
Save sudipbd/7120cc588c772e5503b4d7107a69a5d0 to your computer and use it in GitHub Desktop.
WordPress additional class to first div, li
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
jQuery(document).ready(function(){ | |
jQuery("ol.carousel-indicators li:first-child").addClass("active"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment