Skip to content

Instantly share code, notes, and snippets.

@myfree88
myfree88 / jquery.tooltiponoverflow.js
Created July 21, 2021 04:39 — forked from UziTech/jquery.tooltiponoverflow.js
jquery plugin for showing tooltip on overflow
/**
* DWTFYW License
* Author: Tony Brix, http://tonybrix.info
*
* jquery plugin for showing tooltip on overflow
*
* USAGE:
*
* $("input, select").tooltipOnOverflow();
*
@myfree88
myfree88 / README.md
Created March 22, 2021 00:01 — forked from signalpoint/README.md
Bootstrap 4 Dynamic Modal with JavaScript

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.