Pine.JS example: simplest possible implementation

In this test-case:

Pine initialized this way:


  $(function() {
    $('.pine').pine();
  });

Follow comments in docs.css and this HTML file.

Pine.JS documentation