From: Dido Sevilla Date: 2005-10-19T16:04:44+09:00 Subject: How to stop periodically_call_remote on Rails? I've been doing some experimentation with Ajax on Rails after reading the wonderful article on it on onlamp, and have been trying to use periodically_call_remote to update some elements on a page that I've made. Now, what I want to do is make the periodic calls stop after the user performs a certain action. Is there any way to do this?