Posts by Jefferson Rodrigues • 68 points
7 posts
-
1
votes3
answers8005
viewsQ: Problem when pushing on Github
Oops, I’m trying to send my files to a repository on github but it’s going wrong. I did it this way: git init git add . git commit -m "xxx" git remote add origin…
-
1
votes1
answer279
viewsQ: Node ~ Failure in Segmentation
I upgraded my Nodejs to the current LTS version and now it only returns a Segmentation Failure error…
node.jsasked Jefferson Rodrigues 68 -
1
votes2
answers383
viewsA: Hide div for mobile version with css
Dude! I saw that you are using Bootstrap, use a bootstrap 4 mass thing. vc do the following: <div class="col-sm-6 d-sm-none" id="img"> d-Sm-None means that when the screen size is considered…
cssanswered Jefferson Rodrigues 68 -
0
votes1
answer50
viewsQ: JS variable does not save value
My JS variable is not saving a certain value, the idea is that by clicking on the checkbox and sending, the user receives the number equivalent to that checkbox. However it shows the value and then…
-
0
votes2
answers48
viewsA: How to compare two date and validate fields
Gives an ID to each of the dates, opens a script tag, for JS, calls the ID’s and makes the calculation with them, uses Document.getElementById to catch the ids.
-
0
votes4
answers272
viewsA: Leave image next to text
Opa Bruno, then, vi q vc used the display: inline; this is correct, however you need to use also the float: left; in all elements of the DIV, ok? body { font-family: cursive; } p, h1, h2, h3, h4,…
-
0
votes1
answer232
viewsQ: How to use more than one modal bootstrap on a single web page
Guys, I’m learning to use Bootstrap 4 and I was wondering if it’s possible and if so, how to use more than one modal on a page? wanted to use 3 modals on the msm page, or even more, however, even…