As everybody knows, refreshing pages is so 1999. AJAX, DOM, whatever you call it makes it possible to let people edit a piece of text inline without having to use a submit button. This small piece of javascript reads al SPAN tags, checks if it has class="editText" and a id=. If that ...