Displaying 1 result from an estimated 1 matches for "webizing_ajax".
2006 Aug 23
0
Ajax.Autocompleter method and URIs
...i = uri.replace(search, value);
}
return uri;
}
and because {brackets} aren''t legal in URIs, you can even layer this
into the current Ajax.Autocompleter API without breaking backwards
compatibility.
I talk a bit more about it here
http://www.mnot.net/blog/2006/08/14/webizing_ajax
(I wrote that before I realised there was a place for discussion!)
and I''ve got a sample implementation (in a different namespace) here:
http://www.mnot.net/javascript/http_autocomplete.js
but I''d rather not maintain a separate code base.
Any chance of doing this in the next ve...