I have an ASP.NET site and I\'m using jGrowl to display notifications to the user.This works great when the user stays on the same page, but what if I\'m redirecting the user.
If I put any links in my messages, jGrowl removes them.Can I 开发者_如何学Chave links in jGrowl?When I run this code in firebug console, jgrowl show message with clickable link:
I am using a pool of 5 with jquery. So only 5 notifications should be shown. I think it would be nice to have maybe under the \"close all\" button to have a count like shown 5 of 20 notifications.
try{ myConnection.Open(); SqlCommand myCommd = new SqlCommand(StrMemberId, myConnection); myCommd.Parameters.AddWithValue(\"@MemberId\", TxtEnterMemberId.Text);
How to set the jgrowl size to be as auto.Because if the the contents are more i thinks it wraps up the content.
If in jgrowl.css th开发者_如何学JAVAe position is changed to \'center\', how do I override this to default i.e, \'top-right\'
I am working on building a site and i\'m trying to use jquery ui themes for as much of the styling as possible.and the jGrowl site says it can be theme rolled.
I’m trying to create an error message / notification component for our .net C# web applicat开发者_开发技巧ion.The requirements are that multiple messages can be posted, that they persist through part