Simple List

Developer
Size
1,736 Kb
Views
42,504

How do I make an simple list?

What is a simple list? How do you make a simple list? This script and codes were developed by Robert Biggs on 24 August 2022, Wednesday.

Simple List Previews

Simple List - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple List</title> <link rel='stylesheet prefetch' href='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui-ios.min.css'>
</head>
<body> <screen id='main' class='current'> <nav> <h1>ChUI List</h1> </nav> <section> <ul class="list" id='peopleList'> <!-- Template for view --> <li> <div> <h3>{= person.firstName }</h3> <h4>{= person.lastName }</h4> </div> </li> </ul> </section>
</screen> <script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/77047/chui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Simple List - Script Codes JS Codes

var people = [ { firstName: 'Joe', lastName: 'Bodoni' }, { firstName: 'John', lastName: 'Doe' }, { firstName: 'Wobba', lastName: 'Rango' }, { firstName: 'Josh', lastName: 'Rutherford' }
];
var peopleModel = $.Model(people, 'people-model');
var peopleView = $.View({ element: '#peopleList', model: peopleModel, // Use this variable in the template: variable: 'person'
});
peopleView.render();
Simple List - Script Codes
Simple List - Script Codes
Home Page Home
Developer Robert Biggs
Username rbiggs
Uploaded August 24, 2022
Rating 3
Size 1,736 Kb
Views 42,504
Do you need developer help for Simple List?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Robert Biggs (rbiggs) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!