Posts by David Cardoso • 1 point
3 posts
-
0
votes1
answer279
viewsA: Format the date with express-handlebars in Nodejs
You need to install the Moment via npm, create the module and create the format function ex: npm install --save Moment…
-
0
votes3
answers2124
viewsA: Image appearing with Fad-in effect after loading page
$(document).ready( function(){ $('.fade').each( function(i){ //DELAY TEMPO PARA EXECUTAR DEPOIS QUE A PAGINA CARREGA …
-
0
votes2
answers10476
viewsA: Pick up value or button name with Jquery
There’s this shape that’s very simple. <!DOCTYPE html> <html> <body> <p>CLIQUE NO BOTAO E RETORNA O VALOR EM UMA DIV</p> <button id="meuBotao" value="Teste do Botão"…