jSuggestisyetanotherauto-completerforyourtextinputbox.ItmimicsthefunctionalityofGooglesuggest.jSuggestwillalsobinditemselectiontoyourupanddownarrowsandalsoallowyoutoselectthesuggestionsusingyourmouse.
DownloadDemo
TheAPIandDefaultValues
$.fn.jSuggest.defaults={minchar:3,opacity:1.0,zindex:20000,delay:2500,loadingImg:'ajax-loader.gif',loadingText:'Loading...',autoChange:false,url:"",type:"GET",data:""};
ExplanationoftheOptions:
minchar:theminimumnumberofcharactersinthetextfieldbeforejSuggestfiresopacity:opacityofthesuggestionszindex:z-indexofthesuggestionsdelay:numberofmilisecondsbeforejSuggestfiresloadingImg:theimagewhenwaitingforajaxcallsloadingText:thetextwhenwaitingforajaxcallsautoChange:IFTRUE,automaticallychangethetextofthetextboxonhoverorselected.IFFALSE:changethetextofthetextboxwhenenterormouseclickonthesuggestionurl:addressofyoursuggestions.type:"GET"or"POST"data:thiscanbethenameofthetextboxie[ifdata="age"andurl="pro.php",thenthisisparsedpro.php?age=textBoxvalue].Donottouchthisoptionifyouhavenoidea.Besttoleaveempty.
评论