jquery-toast-plugin icon indicating copy to clipboard operation
jquery-toast-plugin copied to clipboard

Highly customizable jquery plugin to show toast messages

Results 34 jquery-toast-plugin issues
Sort by recently updated
recently updated
newest added

Hello, can you please tag the newest version so the latest changes will be updated within my package.json? The last update was for having the a11y attributes Thank you! @kamranahmedse

Please accept this small change. If you pass the "icon" parameter when calling the "update" method, the icon may not change. These changes helped me.

Hi. Nice job. Please add this.animate() to update function (line 326) to allow "disappearing" after update. Rg Ja(cek) ``` update: function(options) { this.prepareOptions(options, this.options); this.setup(); this.bindToast(); this.animate(); // --> requested...

Line 26 - Removed extra "a". Line 79 - Changed fakse to false. Line 90 - Well, added comma. Line 112 - Also, added comma. Line 116 - Updated to...

Hi. How can I adjust text size?

If I run the below script for more than 4 times, like 5 or 10: `$.toast({ text: 'Set the `hideAfter` property to false and the toast will become sticky.', hideAfter:...