Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('.carousel').carousel();
  3. $(".carousel-indicators li:first").addClass("active");
  4. $(".carousel-inner .item:first").addClass("active");
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement