Is there a way, and how can I remove the loading animation that's built into the ColdFusion AJAX functions?
<cfinput type="text" name="TitleName" autosuggest="cfc:MyCFC.AutoSuggestSearch({cfautosuggestvalue})">
Using the following code creates a small icon next to my search field which animates while the AJAX request is waiting for a response. Is there a way to remove this animation icon?