View Single Post

Old 03-18-2007, 04:01 PM   #2 (permalink)
Chris
Junior Member
 
Join Date: Mar 2007
Posts: 1
Rep Power: 0 Chris is on a distinguished road
there are several javascript libraries avaliable to do an AJAX request to a server.- DojoKit- Rico- Prototype- Yahoo! UI (YUI)If you're interested in YUI and AJAX, you'll want to take a look at the Connection Manager utility which will enable you to make XHR (aka AJAX) requests. Documentation and examples can be found on the YUI site.If you're mainly concerned with integrating Ruby on Rails and Javascript, I found Dan Webb's site informative for that particular reason.

developer.yahoo.com
__________________
<a href="http://developer.yahoo.com/about"><img src="http://us.dev1.yimg.com/us.yimg.com/i/us/nt/bdg/websrv_120_1.gif" border="0"> </a>
Chris is offline   Reply With Quote