Scripts posted recently tagged to ajax in Kelpi

1- 2 of 2.

suggest words within a textbox as user types

to ajax autosuggest box javascript by nando.quintana

function xmlhttpPost(strURL) {
    var xmlHttpReq = false;
    var self = this;
    // Mozilla/Safari
    if (window.XMLHttpRequest) {

Simple ajax function

to ajax xml javascript by nando.quintana

function ajax(url,callback) {
  try {
    req = new ActiveXObject("Msxml2.XMLHTTP");
  } catch (e) {
    try {
hits counter