Jquery AutoComplete Plugin : SelectInPlace

Powered by http://www.codigg.com

There is a lot of auto-complete/suggest javascript libraries. In this library I used power and simplicity of jQuery and different javascript ideas and techniques.

All that one need is last jQuery code, this plugin and few CSS rules。

Idea from Proto!TextboxList

Features

Using

Plug-in extends jQuery namespace with selectInPlace(options) function.

Applying is usual for jQuery

$('#inputId'). selectInPlace({ 
    "url"	 : "json.html?a=x", 
    dynamic	 : true, 
});

Each text element may be affected only once, non text elements not affected at all.

Options

Demo

Download

http://www.codigg.com/demo/selectInPlace/selectInPlace.rar