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

2009-08-10 Thread Ram
enter live(). implementing this function solved my problem. http://docs.jquery.com/Events/live#typefn On Aug 10, 9:47 am, Ram wrote: > anyone?? anything? > > On Aug 7, 4:36 pm, Ram wrote: > > > Hi, > > > I have the followingjQueryfunction on the head of my page. > > > > >                jQuer

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

2009-08-09 Thread Ram
anyone?? anything? On Aug 7, 4:36 pm, Ram wrote: > Hi, > > I have the followingjQueryfunction on the head of my page. > > >                jQuery.noConflict(); > >                 /* calling jNice on document ready */ >                jQuery(document).ready(function($) >                 { >