Posts by Carol • 21 points
3 posts
-
0
votes2
answers134
viewsQ: Counter and calculation in javascript
I need to take a value and divide by the amount entered in the input <h2 class="m-b-0 text-white font-weight-normal" id="valortotal">R$ 4.000,00</h2></div> Take this value and…
-
-1
votes2
answers251
viewsA: How to hide fixed div in mobile?
@media only screen and (min-width:768px) { #navbarsExample04 { display: block !important; } } <link rel="stylesheet" type="text/css" media="screen"…
twitter-bootstrapanswered Carol 21 -
1
votes2
answers251
viewsQ: How to hide fixed div in mobile?
I need to leave a responsive page, in it I have a filter that is fixed and I want to hide the filter in a button when the screen is less than 750px <div class="col-lg-3 col-md-6"> <!--…
twitter-bootstrapasked Carol 21