initBootstrapFunctions()
Currently this function works for tooltips and carousels. Read More »
Currently this function works for tooltips and carousels. Read More »
Deprecated. Use or URLSearchParams directly. Read More »
Currently this function does the following: Adds rel="nofollow external" to outbound links Adds "no-icon" class to images within a tags Adds "no-icon" class to child a tags whose parent also has the class. This function used to add classes such as "last-child", "first-child", "odd", and "even" to appropriate elements, but has been removed since support for Read More »
Similar to throttle() but debounce only allows the callback once at the end (or the beginning) whereas throttle happens multiple times with a "cooldown" in between. Read More »