php - Jquery ToastMessage - only show close for specific toast types? -
not sure if correct place ask.. here goes.
i use jquery plug in :
http://akquinet.github.io/jquery-toastmessage-plugin/
it works well.. close gif appear sticky messages, not messages fade away.
does know how ?
many :)
sorry looks posted :(
changing :
i=c("<div></div>").addclass("toast-item-close").prependto(d).html(g.closetext).click(function(){c().toastmessage("removetoast",d,g) });
to this:
if (g.sticky) {i=c("<div></div>").addclass("toast-item-close").prependto(d).html(g.closetext).click(function(){c().toastmessage("removetoast",d,g) }); }
seems have worked..
Comments
Post a Comment