Posts by Gustavo de Andrade • 3 points
1 post
-
0
votes1
answer1064
viewsQ: jQuery Autocomplete Uncaught Typeerror: Cannot read Property 'length' of Undefined
I’m using jQuery autocomplete to take data from a JSON and show them on as suggestions in the form during typing. It turns out that JSON is not in the format expected by the plugin, so I decided to…