All Questions
4 questions
2
votes
1
answer
170
views
Move all Bootstrap .clearfix according to prepended div and layout
I am using the Bootstrap class .clearfix after every second(or third) <div> to keep each row starting at the same height ...
2
votes
1
answer
88
views
Element selectors for a RepeatButtonView
I have a large application with a wide-reaching amount of views and sub-views. I have a need to decorate DOM elements with identifiers so that my framework of choice can bind views to the DOM elements....
4
votes
2
answers
182
views
How clean is this mustache template for a listing page?
This was our old site that I am redesigning.
Someone else hardcoded with inline CSS and javascript in tables.
I wanted to make it dynamic, so I added Mustache and made this template:
...
12
votes
1
answer
764
views
Unordered list element via templating
I'm creating an unordered list element in Backbone via Underscore templating:
...