I have this file wiht JSON data:
https://suggest.autocompleteapi.com/ap7d7hg5jezr/drg121016?prefix=pe&size=10
and I want very simple script in jQUERY to parse this data,
via jQUERY to HTML webpage to ul style like this:
<ul>
<li>K704 Alkoholové zlyhávanie pečene</li>
<li>K741 Skleróza pečene</li>
........
.......
</ul>
Thank you very much for your time
DIV. Did you change it to add<li>element to your<ul>? Show your actual code.