From: Hassan Schroeder Date: 2008-03-19T06:19:12+09:00 Subject: Re: AJAX without Rails On Tue, Mar 18, 2008 at 1:51 PM, Tony De wrote: > ......................... it seems that all the page magic is coded into the > web page itself. I didn't see any info (perhaps that's not how JQuery > works) on accessing the DOM elements from a cgi or ruby code. That's not how it works, period. JavaScript running in the browser sends a request to a server process, which returns a response; it's up to the in-page JS to handle the response appropriately. But there's no way for the server to directly manipulate anything on the client. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com