Tag: material design具体

停止在Carousel materializecss中循环

我有一个物质CSS轮播,我想在它到达最后一个项目后停止循环,而不是返回它应该显示消息的第一个项目。 同样,当我回击时,它应显示一条消息,而不是转到最后一项。 button First Panel This is your first panel Second Panel This is your second panel Third Panel This is your third panel Fourth Panel This is your fourth panel Back  Next function forward() { if ($(‘.carousel-item ‘).element.is(‘.active, .last’)) alert(‘Last’); $(‘.carousel’).carousel(‘next’) }