HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Feature 4: Integrating with front-end frameworks
Lecture: Concepts review modals

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Because HTMX passes events on to any of the tags it's attached to, you can mix and match it with other frameworks like Bootstrap.
0:10 In this lesson you saw yet another event that HXTrigger handles, this time called ""click"". It causes the HXGet to fire when a tag is clicked.
0:21 After HTMX handles the click, it passes it to Bootstrap, Bootstrap and its own attributes then fire as needed, resulting in the modal being displayed.


Talk Python's Mastodon Michael Kennedy's Mastodon