Use this to dynamically create and set the content of a Bootstrap 4 Modal.
In this example, we chose an onclick handler to initialize the modal (only once), and then set the content of the modal dynamically.
| /** | |
| * DWTFYW License | |
| * Author: Tony Brix, http://tonybrix.info | |
| * | |
| * jquery plugin for showing tooltip on overflow | |
| * | |
| * USAGE: | |
| * | |
| * $("input, select").tooltipOnOverflow(); | |
| * |
Use this to dynamically create and set the content of a Bootstrap 4 Modal.
In this example, we chose an onclick handler to initialize the modal (only once), and then set the content of the modal dynamically.