Questions tagged [jgrowl]

jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works.

jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. This page contains documentation, examples and download.

66 questions
11
votes
2 answers

jquery jgrowl position

If in jgrowl.css the position is changed to 'center', how do I override this to default i.e, 'top-right' $.jGrowl(data, { header: 'data', animateOpen: { height: 'show'}, life: 10000, position:'top-right' }); Currently,…
Hulk
  • 32,860
  • 62
  • 144
  • 215
9
votes
4 answers

why jGrowl popup doesnt look as expected?

i got this jGrowl notification on my site, when the notifications box its poped jGrowl popup doesnt looks well styled. this is how i call jgrowl files this is the…
clonex1
  • 151
  • 1
  • 10
6
votes
3 answers

When jGrowl is called, the thickbox stops working properly (using UpdatePanel)

I am calling a thickbox when a link is clicked: Add a new…
aleafonso
  • 2,244
  • 8
  • 38
  • 58
6
votes
2 answers

JGrowl set theme

My Jgrowl code is: $(document).ready(function() { $.jGrowl("Error!
An invalid ID was passed and your template could not be loaded", { sticky: true, theme: 'test' }); }); And my CSS in the Jgrowl CSS is: .test{ …
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
5
votes
11 answers

How to close a jgrowl manually

All, How to close and open a jgrowl manually jQuery("div.jGrowl").trigger("jGrowl.close"); The above code doesnt seem to work. Thanks.
Hulk
  • 32,860
  • 62
  • 144
  • 215
4
votes
4 answers

Noty.js removing oldest notification on new notification

I am using this script http://ned.im/noty/ for showing notifications var n = noty({ text: message, type: type, dismissQueue: true, force: true, layout : "bottomLeft", theme: 'newTheme', …
dev
  • 735
  • 2
  • 15
  • 31
3
votes
1 answer

jQuery jGrowl not working

I am trying to get this jGrowl working but I am not having any luck and I am struggling to find any help with the issue I have. I have connected to the CSS and JS pages correctly:
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
3
votes
3 answers

jGrowl: How can I limit my interface to one message at a time?

Given: I load a queue of messages at page load. With jGrowl, how can I display each message, one message at a time, in a drip-like fashion?
Jim G.
  • 15,141
  • 22
  • 103
  • 166
3
votes
1 answer

jGrowl - limit to a single message

I'm using jGrowl to display messages and alerts, the datepicker I'm using is triggering the .change() function three times in short succession meaning there are three messages being displayed every time you pick a date/time, I'd like to limit this…
Nick
  • 3,745
  • 20
  • 56
  • 75
2
votes
2 answers

Is jGrowl covering my elements after it fades out?

I am using jGrowl to show a message on the screen. It looks great. However, after the message has faded out, the jGrowl div is still covering those elements that are under it, so they are not clickable! This is extra noticable in my case, because I…
Niels Brinch
  • 3,033
  • 9
  • 48
  • 75
2
votes
1 answer

jGrowl removes my links

If I put any links in my messages, jGrowl removes them. Can I have links in jGrowl?
pcasa
  • 3,710
  • 7
  • 39
  • 67
2
votes
1 answer

jgrowl message is displayed unwantedly

try{ myConnection.Open(); SqlCommand myCommd = new SqlCommand(StrMemberId, myConnection); myCommd.Parameters.AddWithValue("@MemberId", TxtEnterMemberId.Text); int value=(int)myCommd.ExecuteScalar(); if (value!= 0…
piku
  • 471
  • 4
  • 12
  • 44
2
votes
2 answers

jquery jrowl size

How to set the jgrowl size to be as auto.Because if the the contents are more i thinks it wraps up the content. can we set this something like Thanks.
Hulk
  • 32,860
  • 62
  • 144
  • 215
2
votes
1 answer

How do I themeroll jGrowl

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. from the site: Changes in 1.2.2 Notification can now be theme rolled for jQuery…
Patricia
  • 7,752
  • 4
  • 37
  • 70
1
2 3 4 5