Posts by Fernando Messias da Silva • 33 points
3 posts
-
0
votes1
answer58
viewsQ: Toggle() and position() method together in jQuery
Can toggle() and position() methods be used on the same line of code? For example: $("#palette-base-category-"+category).toggle("drop", 1000).position({my:"right", at:"right", of:null}); att…
-
0
votes0
answers26
viewsQ: Grunt build error
I do not understand very well the reason for this error and how to solve it npm ERR! Linux 3.13.0-116-generic npm ERR! argv "/home/fmessias/.nvm/versions/node/v7.9.0/bin/node"…
-
3
votes1
answer104
viewsQ: What does that expression mean?
Studying a little the Node-Red I came across the following expression, {{#header.url}. Several expressions of the type are present in the code, for example: {{/header.url}}, {{#header.image}}, etc.…