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
0
votes
1 answer

What is the difference between using the back-button to return to a page and hitting the refresh button while on that page? (for jGrowl)

There is a bug I am researching that during the process I discovered different results between the following two scenarios: Scenario 1) A link with no get or post data brings me to page A. On page A I perform several AJAX calls that refreshes and…
ktamlyn
  • 4,519
  • 2
  • 30
  • 41
0
votes
1 answer

jGrowl and Close Callback to request Ajax?

I have a jQuery / jGrowl question pertaining to how to maintain state of the jGrowls presented. I have a notification system that I've built using PHP/MySQL. That's the easy part. I've managed to get the jGrowls displaying properly. Now, I'd like…
jjwdesign
  • 3,272
  • 8
  • 41
  • 66
0
votes
1 answer

Real-time jquery popup based on php return values

Im having a php program that will calculate the time difference and return the value in minutes. for the message popup i use jGrowl so what i would like to do is get the return value and if its less than 30 minutes display the jquery message. and…
LiveEn
  • 3,193
  • 12
  • 59
  • 104
0
votes
1 answer

jgrowl on iis5

for some reason jGrowl does not want to work on my IIS 5 (live) server, but works perfectly on my IIS 6 (staging) server. has anyone else experienced this problem or is it just my setup? on iis5 i'm getting an "Object doesn't support this property…
Daniel Brink
  • 2,434
  • 4
  • 24
  • 26
0
votes
2 answers

How can I stick a message in only once in jgrowl?

Is there a way to stick(y) a message in the collection only one time?
rod
0
votes
2 answers

JGrowlFeedbackPanel options don't work properly

I'm trying to use a JGrowlFeedbackPanel component in my project. It's a wicket adoption of the JGrowl plugin (JQuery). I got it from a maven's repository. ResourceReference cssMenuRef = new ResourceReference(HomePage.class,…
Lin
  • 3
  • 3
1 2 3 4
5