Jquery autocomplete in codeigniter retrieving values but not displaying them
问题 After a few hours of deciphering tutorials, I finally got codeigniter and jquery autocomplete to work with each other...kind of. Firebug is displaying the correct search terms back in JSON format, but the drop down box is not displaying any text. If there are 2 results, it displays 2 empty rows. you can see it 'not working' here: http://rickymason.net/blurb/main/home JS: $(document).ready(function() { $(function(){ $( "#filter" ).autocomplete({ source: function(request, response) { $.ajax({