Open Modal by link

Ok. I thought i’ve seen this before.

Can a modal or offcanvas be open via link Href?? I tried and … well (i can see it rolling its internal eyes at me). Tried in both layout and content pages.

Buttons, no problem. I’d prefer not to fill up a page full of buttons.

TIA

JD

Have you tried this

<a href="#" data-toggle="modal" data-target="#myModal">
    Launch  modal
</a>

Brilliant! I followed your lead and it accepted ‘data-bs-toggle’ and ‘data-bs-target’. So Thank you for that!
Cheers
JD

1 Like

You are welcome.
glad to hear that.