Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
saroskar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
saroskar
17y ago
How about a different "channel" for posts that ask for a feedback from the HN community on particular project? Like all those posts that announce a new site or a new open source library that some HN member has built. I think loss in such po
2.
▲
by
saroskar
17y ago
Yes, if you use PaJes-CommonJS.js you can use use namespace by using standard require() construct. For example, var pjs = require('PaJes-CommonJS'); pjs.DIV(pjs.forEach(...)); This requires CommonJS module system to be in place
3.
▲
by
saroskar
17y ago
One of the examples from the documentation to give HN readers a quick idea: var model = [ {name: "Lisa Simpson", id: 1}, {name: "Bart Simpson", id: 666} ] DIV( {id:"demo-div", width: "60%"}, OL( {style: "list-style-t
4.
▲
PaJes, Simple JavaScript Templating Library for generating HTML
(saroskar.github.com)
3 points
by
saroskar
17y ago
|
3 comments