Robert McIntosh
Robert McIntosh
Good catch. I am surprised no one has mentioned this yet. haha I'll take a look at it this weekend.
I have been trying to do this, but am stuck because of a plugin that exist with the same name.
I asked quite some time ago and never heard back. I just asked again.
I do plan to add version 2.0.1 to cdnjs this weekend. However it will be under bootstrap-notify due to a name change.
I don't think the public demo escapes the message string. jQuery just grabs the html from a content-editable div. Just to make sure we are talking about the same thing,...
This is being added to version 4.0beta and later.
You should be able to add this to your css file. This will specify only the close in the notify. you may need to change the `margin-right` it should be...
Please try adding the following css: ``` css [data-notify="container"] { -moz-animation-iteration-count: 1; animation-iteration-count: 1; } ```
Like you only want to show one alert of different content at a time?
I am working on adding this because I need it for a project I am working on. On Tue, Mar 22, 2016 at 9:00 AM Dmitri Samoilov [email protected] wrote: >...