I would also avoid jquery's shorthand notation as it conflicts with a lot of other javascript libs, you can put jQuery.noConflict() , then just use $wnd.jQuery.jGrowl() .
Thanks for showing me jGrowl I totally need this :). On Mon, Oct 5, 2009 at 8:42 AM, olivier nouguier <[email protected] > wrote: > Hi don't know much about jGrowl > But JNSI call should rather look like > $wnd.$.jGrowl("blah blah"); > > HTH > > On Mon, Oct 5, 2009 at 3:11 PM, ledzgio <[email protected]> wrote: > >> >> Hi, how can i call jGrowl notification library from a GWT class? i >> made a native method, added the js files to the gwt.xml file and did: >> >> $wnd.jGrowl("notify message"); >> >> but it doesn't work..how can i fix it? which is the right way to call >> the js function? >> >> thanks a lot >> >> The js file library is here: http://stanlemon.net/projects/jgrowl.html >> >> > > > -- > A coward is incapable of exhibiting love; it is the prerogative of the > brave. > -- > Mohandas Gandhi > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
