PURE is a templating tool for creating HTML from a template plus JSON data.
2
votes
1answer
113 views
Ruby on Rails, json vs js ajax response
I'm curious what is the best way to respond to an ajax request, is it sending json, and then parse it at the client side (for example with pure) or should I render javascript at the server side and ...
2
votes
4answers
293 views
jQuery: Templating data
I have a unique situation where I'm building a site that will call data via AJAX and load it into "containers" (basically just divs styled and arranged according to elements retrieved from the AJAX ...
0
votes
0answers
45 views
Is “Conditional Rendering” possible with Pure JS?
I use Pure JS directives for rendering:
http://beebole.com/pure/documentation/rendering-with-directives/
If a node in the template is missing, the default behaviour of Pure JS is to crash due to:
...
0
votes
0answers
25 views
Using PURE.js to fed the HTML with JSON
Can i use pure.js and jquery to display my HTML content via Json?
The reason is to check if anybody has used this method before and have been successful.
url for ref: ...
0
votes
1answer
140 views
JQuery Pure Template
I cant figure out whats wrong. Its working when i tried to refresh only topics but it doesnt works when tried to refresh topics and page-links. ie. topics table's refreshing, and 'pagelinks' ...