<IDstyle1px solid grey;max-height:150px;position: Absolute;text-align:left; overflow:auto;background:white;width:153px; ' > </ Div >
<Scripttype= "Text/javascript">$ (document). Ready (function () { $("#engineerName"). Change (function () { //Ajax gets data from a database query varname= $("#engineerName"). Val (); if(Name!= ""{$.ajax ({type:"Get", DataType:"JSON", URL:"${contextpath}/carupload/enginnamebylike/" +name+"? random="+Math.random (), Success:function(Result) {//empty the old data $("#tmpselectorList"). empty (); varHTML= "<ul class= ' ui-menu ' style= ' cursor:pointer; ' >"; //JSON data Traversal$.each (Result.data,function(index,item) {//alert ("Index:" +index+ ", Item:" + Item);HTML+= "<li>"+Item+"</li>"; }); HTML+= "</ul>"; $("#tmpselectorList"). append (HTML); } }); } }); //jquery Dynamic Binding Events $("#tmpselectorList"). On ("Click","ul Li",function(){ //Assigning values $("#engineerName"). Val ($ ( This). text ()); }) ;});</Script>