Re: [Rails] Monitoring the changes in tag

2010-04-06 Thread Colin Law
On 6 April 2010 13:36, Loganathan Ganesan wrote: > Dear friend, > >  I need a suggestion for the following requirement: > > I have a tag as follows: >   >   > >  I used the link_to_remote and using that updated the response in the > . > > We have observe_fields for the tags like using the "Onc

[Rails] Monitoring the changes in tag

2010-04-06 Thread Loganathan Ganesan
Dear friend, I need a suggestion for the following requirement: I have a tag as follows: I used the link_to_remote and using that updated the response in the . We have observe_fields for the tags like using the "Onchange" event and can track the changes happening in the tag. Do w