Posted 20 March 2019, 9:06 pm EST
I am working with an MVC Core 2.2 app. The controls show on the first slide but don’t show on the other slides. I can find topics in the forum that seem relevant but the examples are for Angular and I can’t make the sample code work in my application.
I have this function that executes when the slide changes but I can’t figure what code I need to execute the invalidateAll method which is what I understand I must execute to make the control visible.
$(function () {
$(‘#carousel’).on(‘slide.bs.carousel’, function () {
});
});
Thanks, Ed