Posts by Anne • 35 points
7 posts
-
-1
votes1
answer467
viewsQ: How to put a "read more" "read less" button on a php foreach?
Hello, I have an array within a foreach that brings a list of procedures. But I want only the first three to appear and have a "read more" "read less" link to show the rest of the content or hide…
-
0
votes0
answers84
viewsQ: How to remove summernote style
Hello, I’m using summernote and putting a width on a div only when I save my style just disappear and it puts another one in place. I will send photo and also my html code. <div class="div-btn"…
-
0
votes1
answer76
viewsQ: do not delete the image on canvas
hello, good morning. I have a fixed image on the canvas and some buttons to draw or delete what was drawn, but I have a problem: when I use the erase button it erases everything (including the…
-
0
votes2
answers525
viewsQ: jQuery mask is not working
I want to put a mask on the phone number but it’s not working, I’ve tried all the different ways to call the jQuery file and jQuery.mask. I’ll show you my code, am I doing something wrong? (in…
-
1
votes4
answers389
viewsQ: media querie does not work
Hi, I’m trying to get the background of a Ction to have a color on mobile and a desktop image but it doesn’t work. I’ll send you the code and print it out. Apparently you seem to be right, but it…
-
1
votes2
answers133
viewsQ: make div stay below the footer
Hello, I would like to know how to make a div follow the scroll bar of the screen and when you arrive at the end of the screen it is positioned below the footer and when you press the close button,…
-
1
votes1
answer57
viewsQ: Calculate subtotal even if all fields are not completed
I have a form where procedures values need to be entered to be calculated at the end, but the values will not always be typed in all fields. I wanted to know what is the validation for the total…