Aurélien MANCA

Results 31 comments of Aurélien MANCA

Hi @ijjk, do you have any opinion on this experimental feature?

@sokra Thanks for the review, I will change the proposal according to what you asked but it won't be until a few weeks since I have some holidays. In the...

Hi, it seems you forgot to include the bootstrap dependency script: https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js

As the carousel is an extension of the Bootstrap Carousel, I use the same fake images system. You can find infos on https://github.com/imsky/holder .

I would like to be able to test and check the code containing the "$.getScript()" and ".fit()" calls. An example on http://jsfiddle.net/ would be great.

I put your code in jsFiddle, and I don't see any problem. http://jsfiddle.net/70erdq3w/1/

jsFiddle inserts the dependencies in the header while in my demo, they are at the end of the body. the "bs.carousel" data is from Bootstrap. As I said in the...

I won't check for the "bs.carousel" data since the "fit" method only works on a carousel instance. It's mandatory that the carousel to be initialized either by the "data-api" (http://getbootstrap.com/javascript/#js-data-attrs)...