|
|
|
|
|
by asolove
5265 days ago
|
|
Is the problem specific to rendering them with Backbone? If you always know the html/css solution, it's just a matter of picking one of the many js templating systems that works best. Of course, for very advanced manipulation, you can always just full back to writing a render method yourself and munging the nodes with jQuery. |
|