'Bootstrap 5 modal not closing

I must be doing something silly.

I am programmatically opening a modal using $("#exampleModal").show();

The modal opens correctly. But for some reason - i do not get the dark overlay behind the modal - and the 2 close buttons do not work.

I had the class 'fade' applied as in the sample, but it meant the modal would not open at all.

JSFIDDLE: https://jsfiddle.net/kneidels/x9zwfumt/



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source