How can I disable a button at the last slide of a carousel?

carousel, twitter-bootstrap, twitter-bootstrap-3

Solution

Take a look at this -> http://www.bootply.com/0i7STdt3Ex

You just need to check if the item in carousel is last when it's sliding

Problem

I am using bootstrap carousel and I want to stop the carousel from sliding when it reaches the last slide ( stop at the last slide), and then disable the "next" button

Original source