Tagged Questions

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

learn more… | top users | synonyms

5
votes
3answers
262 views

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

I am calling a thickbox when a link is clicked: <a href="createContact.aspx?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=400&width=550&modal=true" ...
5
votes
2answers
3k views

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: ...
2
votes
2answers
136 views

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 ...
2
votes
1answer
354 views

Javascript stops running with no error message

Using an Uploadify and JGrowl combo: <link rel="stylesheet" type="text/css" href="css/default.css" /><link rel="stylesheet" type="text/css" href="css/jgrowl.css" /> <script ...
2
votes
1answer
172 views

jgrowl message is displayed unwantedly

[code] try{ myConnection.Open(); SqlCommand myCommd = new SqlCommand(StrMemberId, myConnection); myCommd.Parameters.AddWithValue("@MemberId", TxtEnterMemberId.Text); int ...
2
votes
5answers
1k views

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.
2
votes
1answer
897 views

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 ...
2
votes
3answers
511 views

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?
1
vote
2answers
56 views

How to display jgrowl messsages on page redirect

I have setup jgrowl and everything seems to working correctly. I currently have to press a button to trigger the message to appear in the top right side of the screen like this: <input ...
1
vote
1answer
891 views

JGrowl set theme

My Jgrowl code is: $(document).ready(function() { $.jGrowl("<strong>Error!</strong><br />An invalid ID was passed and your template could not be loaded", { sticky: true, ...
1
vote
1answer
610 views

Use JGrowl with Theme roller

I want to know how to use my Jquery UI theme with JGrowl. The site says it can be done. The questions is answered here: How do I themeroll jGrowl and the asker seemed happy with the answer, however ...
1
vote
5answers
924 views

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 <link rel="stylesheet" type="text/css" ...
1
vote
1answer
434 views

jGrowl in asp.net

I have to search a particular member and so as i write the member id in the textbox and click the search button, I want the message to be displayed "member not found"(if not found) in jgrowl otherwise ...
1
vote
4answers
568 views

Dynamic notifications using jQuery

I'm currently building a homepage for our staff which is to be set as the homepage in their browser. I'm currently building the facility whereby nominated members of staff can send notifications to ...
1
vote
2answers
173 views

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 <script> $.jGrowl.defaults.size = 'auto'; ...
0
votes
0answers
35 views

How to use jgrowl on a window object?

How to use jgrowl on a window object? We use jGrowl to show mesages like this $.jGrowl("Message goes here"); in the current window I need to use something like this ...
0
votes
0answers
77 views

jGrowl and ASP.net master Page + Child page webmethods

Ok what I'm trying to accomplish is have a callback notifications hooked on top of my masterpage, so I have jGrowl scripts / css pulled in on my masterpage. Goal is to allow the user to still surf and ...
0
votes
1answer
228 views

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: <script ...
0
votes
1answer
295 views

JQuery BlockUI - Growl Notification not firing. Just Refreshes page

I can't seem to get my JQuery Growl notification to fire. I have included pretty much the entire masterpage of my site for reference. What I've Tried. This started out in a content page but didnt ...
0
votes
1answer
128 views

How to achieve a return confirm like dialog but using jgrowl?

I am working with a forum script (simple machines forum) It is using this kind of javascript confirmation messages: <a ...
0
votes
1answer
76 views

iframe jQuery reference problem

I have an iframe in my site and this iframe loads a page with jquery. It seems that the jqery is using the iframe dimensions as a reference instead of my actual document. For example, I used an iframe ...
0
votes
1answer
167 views

ASP controls or normal html link in jgrowl

I have been using jgrowl, can i know how to use Asp controls in jgrowl or ?? because i need to display a link in notification, when user clicks that link i need to redirect to desired page is that ...
0
votes
1answer
98 views

How to implement href in jgrowl?

How can i include a link in jgrowl notification box so that it is clickable?
0
votes
0answers
74 views

jGrowl with checkbox

Can jGrowl implement a checkbox within its notification box that allows a user to choose whether they wish to see the hints in future? Would like to see some examples or code sample that does it. Now, ...
0
votes
0answers
273 views

Facebook notification color code

I am using jGrowl for my project and i wish to implement something similar to facebook's live notification box that flashes at the bottom left of the page. But i can't seem to match the light blue ...
0
votes
1answer
216 views

Combing jquery dialog & jGrowl

I have a page that confirms an action using jquery dialog and after the action is executed, the code will initiate the closing of the dialog and goes to back to the portal. While my backend will ...
0
votes
1answer
225 views

Wordpress: get link title

I want to use the jGrowl plugin with my custom wordpress theme. my case: you click on a link and a growl-like message box opens. My message should be the link's title text. But how can I ...
0
votes
1answer
179 views

How to replace text inside the jgrowl box smoothly?

I am setting the text inside the jgrowl message box. Here is the example: function findID(whichID, command){ if($(whichID).length) { ...
0
votes
2answers
244 views

jGrowl sticky not working in IE8

I'm using the jGrowl jQuery status-message plugin to display a sticky message on page load, and it works perfectly on all browsers except Internet Explorer 8. In this browser, there remains a small ...
0
votes
3answers
298 views

jGrowl: with a id inside function, won't work, only if no id?

inside a normal JS function: $('#friendsPop').jGrowl("testtmee"); Wont work, but: $.jGrowl("testmeee"); Works just fine.. I have tested everything, and if i make a link outside a function, a ...
0
votes
1answer
213 views

jGrowl how to close notifcation?

In my jgrowl message, your asked to answer either Yes or No, both runs a ajax call, and on success i wish to close the notification, how can i do that, is there a line to close, because right now they ...
0
votes
4answers
335 views

Calling a function after a Response.Redirect

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. Example, ...
0
votes
1answer
104 views

How to show number of jgrowl notfications?

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. To ...
0
votes
0answers
68 views

jGrowl removes my links

If I put any links in my messages, jGrowl removes them. Can I have links in jGrowl?
0
votes
0answers
232 views

jquery lib conflicts

I am tryin to use jgrowl and jquery validation in the same page and each time either of them works. I ve gone through the jQuery.nonConflict but coulnt solve the problem my .cs code for jgrowl is ...
0
votes
1answer
805 views

close previous jGrowl notifications before showing a new one

I have a simple app that executes $.jGrowl("loading");. Then the data is displayed $.jGrowl("blah blah blah data goes here"); after crunching data which can take 1 -5 seconds. I've seen a post that ...
0
votes
1answer
636 views

Error Message/Notification Component for .NET C# web app using jQuery (jGrowl)

I’m trying to create an error message / notification component for our .net C# web application. The requirements are that multiple messages can be posted, that they persist through partial post ...
0
votes
1answer
332 views

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

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?