jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Template dynamics #38

Closed luniki closed 12 years ago

luniki commented 12 years ago

I like dynamic templates and I especially loved that #children got the current child too.

While experimenting with a circular template (or rather helix-like), I found that I needed the number of children.

This changeset provides the #children callback with the list of children, which is exactly what I would need.

sokra commented 12 years ago

good luck with your helix-like template.

shama commented 12 years ago

Thanks again @luniki!