jquery-ui autocomplete with ASP MVC suggestions not displaying
- by adamnickerson
I have been trying to get a simple example of the jquery-ui autocomplete to work. I have a controller setup to handle the query, and it returns the json that looks to be in order, but I am getting no suggestions showing up.
Here are the js libraries I am including:
<script type="text/javascript" language="javascript"…