jQuery autocomplete could be used achieve this. I have a basic example on
how to use it on my blog.

http://api.jqueryui.com/autocomplete/
http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html

To get it to show images like that you would have to generate some html in
the autocomplete "source" function based off the data you get back fro your
AJAX call, then pass it back to jQuery autocomplete with the response()
function. Add some css and you should have something pretty close to your
example site.

Hope this helps and Good luck :)


On Fri, May 16, 2014 at 5:33 PM, Matthew Smith <chedders...@gmail.com>wrote:

>
> I would like to add a product search to my e-commerce site based upon a
> sql query or preferably verity, maybe using jquery or something that is
> plug and play.  I would like something similar to this site's search:
>
> http://www.mtbakervapor.com/
>
> with the product image and clickable links.
>
> Any help?  Thanks a bunch!
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:358653
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to