ChocolateChip-UI is a framework for making mobile Web apps.
ChocolateChip-UI is a framework for making mobile Web apps. It has three components: semantic HTML5 markup, CSS and JavaScript. To successfully make an app with ChocolateChip-UI you'll need at least moderate experience working with JavaScript. This is so you can use templates, make Ajax requests and handle callbacks for user interaction.
ChocolateChip-UI uses semantic HTML5 markup and attributes. You can customize the CSS themes to suit your purposes. With ChocolateChip-UI you write one app with its layouts, widgets and user interactions. Then you provide the correct CSS theme for the target operating system. Do this on the server so the experience is seamless for the user.
ChocolateChip-UI uses its own JavaScript library, ChocolateChip, for DOM manipulation, Ajax requests, etc. It is very similar to jQuery. It was built specifically to enable the creation of ChocolateChip-UI. It is optimized for mobile devices. It's small, smaller than jQuery, and about the same size as Zepto.