Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<title>W3.JS</title>
<link rel="stylesheet" href="../w3css/4/w3.css">
<script src="../lib/w3.js"></script>
<body>
<ul id="id01" class="w3-ul w3-border">
  <li w3-repeat="records">{{CustomerName}}</li>
</ul>
<script>
w3.getHttpObject("w3dataea12.json?model=model_customers", myFunction);
function myFunction(myObject) {
  w3.displayObject("id01", myObject);
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/w3js/tryit.asp?filename=tryw3js_php_list by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:17:35 GMT -->
</html>