Ajax.InPlaceEditor.prototype = {
    initialize: function (element, url, options) {
        this.url = url;
        this.element = $(element);