Posts by Alexander • 143 points
4 posts
-
8
votes3
answers997
viewsQ: How do I add jQuery library with Javascript?
I would like to know how to load the jQuery library with pure Javascript and run something simple with jQuery after its load? My code is like this: function colocaScript(){ var scriptJquery =…
-
0
votes1
answer134
viewsQ: How to install Sass Gem on Windows
I wanted to install Sass’s Gem so I could compile it on Windows. I installed the normal Ruby Installer and soon after I went to the Sass documentation of how to run it in Windows using console mode,…
-
2
votes2
answers2633
viewsQ: Input type date, how to format output
Is there any way, using only HTML attributes to format a <input> to receive date formatted for ano/mês/dia? If it does not exist in HTML there is some way to do this via Javascript when…
-
3
votes2
answers10525
viewsQ: How do I remotely connect to Git
I already know what we use versioning for, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github online repository, as I do to connect and upload my files?…