Toast
Toast copied to clipboard
A Bootstrap 4.2+ jQuery plugin for the toast component
Great plugin - it would be great to have the $.toast call returning the newly created object.
I'm planning to use this plugin for a simple social media website, - I want the Info Toast (Likes, Comments) to be on bottom-left - I want Success Toast (Update...
**What went wrong?** Long strings in toast overflow toast body  **What should've happened?** Overflow should be handled via css  Fix: Update below css and add both overflow properties...
It will be nice if we can have a visual effect that show the time left before the toast auto hide. Something like a progress bar or a circle on...
It would be nice for the type to coincide with the standard classes for coloring. Basically all the classes exposed. - primary - secondary - info - warning - danger...
- Bootstrap 5.0 (beta) updated - New sample page template (position options) - More colors - stackable, pauseDelayOnHover option malfunctioning fixed Thank you for original project author @Script47
On creation of toast, set `date-created` attribute to `Date.now()` and then have a recursive timeout to update the subtitle. On notification dismiss, destroy the chain. Dirty non-working example: ``` function...
Allow the option of switching from img to svg icons, maybe define defaults using bootstrap-icons? ``` let classes = { header: { fg: '', bg: '', icon: '' }, subtitle:...
I added the option to set the icon option to the title. Made changes to the .css and toast.js files (did not edit the .min.js file. I also made the...