Simple AJAX and Inline Javascript
I thought I'd document a couple of ajax effects here so there's less confusion about some of the simpler ones. I've included an element toggle on a hyper link, a simple div that updates with data from an action using link_to_remote, and others. Enjoy.
You'll learn effects like these: Video of ajax effects
Prepare
All of these examples assume you have included the default javascript files in your application.rhtml...
29 May 2007
0 comments
