[jQuery] Autosuggest based dropdown selection plugin

[jQuery] Autosuggest based dropdown selection plugin

Hi all ,<div>
</div><div>I used the auto suggest / complete in my lot of projects ,</div><div>
</div><div>
</div><div>But this is some what different ,</div><div>
</div><div>I need the auto suggest plugin   , that auto suggest must  work based on the dropdown selection ,</div>
<div>
</div><div>Assume if select the airport , the airports data only populate or show in the suggest , not an alll ,</div><div>
</div><div>-- Autosuggest


<select name="select">
<option value="airport">airport</option>
<option value="seaport">seaport</option>
<option value="stations">stations</option>
</select>
<input name="textfield" type="text">


 
 
</div><div>
</div><div>
</div><div>Is there any plugin available for my requirement , let me know please ,</div><div>
</div><div>
</div><div>Thanks </div><div>
</div><div>B.S .Bharanikumar</div>