Stuart on November 30th, 2006

Ajax Updater – Update a DOM element ID from a Server Script This example is probably the simplest example you will ever find. We are going to use the prototype feature ‘ajax.Updater’ (see part one for more details on prototype). ajax.Updater allows you to specify an element ID and script URL – and whatever the [...]

Continue reading about Simple Ajax using Prototype. Part 2

Stuart on November 29th, 2006

This is part of one of many such tutorials covering Ajax with Prototype. If you do not want to get your hand to dirty with custom Ajax code, then using the extremely handy toolkit from prototype may be perfect. Prototype is a very well written JavaScript framework/toolkit and come with an Ajax class to make [...]

Continue reading about Simple Ajax using Prototype. Part 1