I need to build a list using the parameters "name" taken from my file "sendjson.php" (in json, of course). How can i create a list using jQuery like this one?
<div id="firstresultname">Firstresultname</div>
<div id="secondresultname">Secondresultname</div>
I don't know how much result will be so is possible to detect and write the right number on div? Thanks!