I have been using this carousel to load images dynamically in my homework project of ASP .NET.
In the documentation of this carousel , there is an option called “activeClassName” which is used to get the center item (if I have interpreted it correctly) but still I am unable to get this class in my ASPX file where I have written my javascript code since I am new to Jquery as well as javascript. I have searched through net and still I could get as far as making an object of a class like this:
a = new classA;
Can somebody give me any example of how to use this option please?
If you read the comment in the following code (from the site you linked)
They tell you how to do it 🙂
So basically,
will do the trick.