Pine.JS example: simplest possible implementation
In this test-case:
- Single level
- Horizontal navigation
- No skin
Pine initialized this way:
$(function() {
$('.pine').pine();
});
Follow comments in
docs.css
and this HTML file.