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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -