I have recently tried to implement a simple autosuggest feature but have come across an issue. I tracked the problem down to what I think is something connected to my application.cfm file. At first glance I accepted an answer here :
https://www.experts-exchange.com/questions/24174431/Can-autosuggest-work-without-application-cfc.html - but found that was not a complete fix. What happens now is that the autosuggest works, but the formatting on my page gets all crazy (text being centered in wrong places, wrong text size/color, etc.) and when I remove the <cfcontent reset="true"> the page goes back to normal but the autosuggest errors out. Any suggestions?