Posts by douglas dutra • 33 points
7 posts
-
1
votes0
answers10
viewsQ: How to render Fullcalendar on the second page of Carousel?
I have a code to show a "dynamic" carousel and inside the carousel I show some Fullcalendar charts. The problem : only the graphics on the first page are rendered, regardless of how many I want to…
-
1
votes0
answers14
viewsQ: Problem with dynamic JCROP
I have the following code that opens a modal with the jcrop to cut and then put the cut in a preview, but when I close the modal and select another photo it does not update in the modal. already…
-
0
votes0
answers22
viewsQ: Javascript positioning
Folks I’m using the following Card Pass https://codepen.io/douglas-l-dutra/pen/zbyQwL however it shows only 3 cards, as it would to display 6 cards occupying the grid of 12 parts of bootstrap…
javascriptasked douglas dutra 33 -
0
votes1
answer155
viewsQ: Send form with Input Hidden automatically after being filled in
I need to send this form without any action, only when the Hidden input is filled in. No button, no action, just send... I know there are questions like: "How to send a form automatically when…
phpasked douglas dutra 33 -
1
votes1
answer32
viewsQ: Send ID of each respective while pass
The code that I have is a shopping cart, certain that shows the separate purchases in sellers, may have more than one seller in the shopping cart as in the image below: now what I need is to move to…
phpasked douglas dutra 33 -
-1
votes2
answers225
viewsQ: Keep while information in variable
I have a code where you have a while within another, to be able to list products within the shopping cart divided by stores. Logo, to see listed the products, as in image 1. As in the picture above,…
-
0
votes1
answer43
viewsQ: Sending via POST differentiated mode
Hello, I am with the following problem, I am using the payment method of the pagseguro, so that I fill the data in a form and send to the page of the pagseguro, and there on the page I finish the…