Posts by Michael Pacheco • 85 points
3 posts
-
4
votes2
answers84
viewsQ: Conflict between Jinja and Handlebars
How do I resolve a conflict between Handlebars and Jinja, since the syntax of both are similar?
-
1
votes1
answer321
viewsQ: Selection of elements by classes with jQuery
How do I select an HTML element that has only the classes I ask for? For example: $('.a.b.c') -> deve retornar apenas a div1 e não todos os elementos que também possuam as classes a, b e c além…
-
3
votes1
answer1176
viewsQ: Javascript function that generates html colors according to value
I need to create a Javascript function that takes an int and returns an html color code. The rule is: The smaller the number more "cold" is the generated color (light blue, for example) and the…