Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
turbopipp's user avatar
  • 123
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....
Sean Anderson's user avatar
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: ...
JGallardo's user avatar
  • 1,248
12 votes
1 answer
764 views

Unordered list element via templating

I'm creating an unordered list element in Backbone via Underscore templating: ...
Sean Anderson's user avatar