[jQuery] Re: calling a jQuery function from RJS/onclick

2009-08-10 Thread Ram
implementing the live() function solved this problem. http://docs.jquery.com/Events/live#typefn On Aug 10, 9:53 am, Ram wrote: > anyone? any ideas at all?? > > On Aug 7, 4:38 pm, Ram wrote: > > > Hi, > > > Im using jNice (a jQuery plugin) in rails. I have the following jQuery > > function on t

[jQuery] Re: calling a jQuery function from RJS/onclick

2009-08-09 Thread Ram
anyone? any ideas at all?? On Aug 7, 4:38 pm, Ram wrote: > Hi, > > Im using jNice (a jQuery plugin) in rails. I have the following jQuery > function on the head of my page. > > >                 jQuery.noConflict(); > >                 /* calling jNice on document ready */ >                 jQu