Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created November 25, 2016 16:51
Show Gist options
  • Save sudipbd/7120cc588c772e5503b4d7107a69a5d0 to your computer and use it in GitHub Desktop.
Save sudipbd/7120cc588c772e5503b4d7107a69a5d0 to your computer and use it in GitHub Desktop.
WordPress additional class to first div, li
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