You will need a way to serialize your data. Take a look at this
http://cfjson.riaforge.org/index.cfm?event=page.svnview&path=%2Ftrunk&file=cfjson%2Ecfc

I would use the functions there as a start for creating your JSON. Or you
can create your JSON from scratch (Which can be a total PITA)  Once you
have the data serialized you will be able to use the jQuery tutes listed
previously.

http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/

CF 5 really limits your options as all the JSON libraries on RIAForge want
CF 6 or better. Might be time to look at Railo if budget constraints
prohibits upgrading CF.

HTH

G!

On Fri, Aug 9, 2013 at 12:06 AM, Ashish Gohri <mystical...@rediffmail.com>wrote:

>
> How can i immplement an autosuggest feature for coldfusion 5 ?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356543
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to