Posts by Rafael Severino • 45 points
4 posts
-
3
votes1
answer662
viewsQ: How do I know if the user is updating the page
The user is filling the cart with several items, and I created a jQuery function where the items are instantly added and presented to it. As soon as it finishes choosing the items and clicks on the…
-
1
votes2
answers765
viewsQ: How to turn a div with 4 images into just one?
I have an HTML code like this: <div class="conteudoFrente"> <div id="draggable"> <div class="draggableFrase"> </div> </div> </div> The div with the class…
-
0
votes2
answers278
viewsQ: How to modify the input file path?
Good evening, I have a file type field, when I click on it opens a dialog box so I can choose a file from my computer. My question is this:: Instead of choosing a file from my computer, I would like…
-
0
votes1
answer142
viewsQ: Resizable does not work on dynamic image
I have a tool that when the user sends any image the function resizable does not work, unlike the static image that is already on the site. I projected online my doubt, on the following link:…