|
|
Edit-in-Place with Ajax using Prototype
|
03/03/2006 By Drew McLellan
|
Prototype includes all sorts of useful methods to help reproduce something like this for our own projects. As well as the simple Ajax GETs we learned how to do last time, we can also do POSTs (which we’ll need here) and a whole bunch of manipulations to the user interface – all through simple library calls. Here’s what we’re building, so let’s do it.
There are two major components to this process; the user interface manipulation and the Ajax call itself. Our set-up is much the same as last time (you may wish to read the first article if you’ve not already done so). We have a basic HTML page which links in the prototype.js file and our own editinplace.js.
Read more...
|
Rate this Ajax Tutorials
Rating: 7.0 out of 3 votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|