JQuery Display Modal BS4

$('a[href$="#Modal"]').on( "click", function() {
   $('#Modal').modal('show');
});
Fierce Ferret