Posts by Lipearu • 128 points
8 posts
-
0
votes1
answer42
viewsA: Use a php function that is in a different domain
Can do with include http://php.net/include include('http://exx.exemplo.com/pasta/ficheio_da_funcao.php'); and in your file can call the function…
-
1
votes2
answers509
viewsA: See Nfe without digital certificate
You can use the https://www.danfeonline.com.br with the key or XML. For your server to make the required query of the A1 model certificate.…
-
2
votes3
answers78
viewsA: Assist positioning div css
in your CSS archive leave #pink like this #rosa { background-color: pink; height: 100%; width: 100% }
-
3
votes0
answers181
viewsQ: Read and write in txt
I have a simple code to read and write the txt made in PHP. But I don’t understand why it is increasing 3 by 3 every time I refresh the page. I ran a test on an empty file just with this code and it…
-
0
votes0
answers53
viewsQ: Send list by email
I have a button that calls this function in jQuery. sendBtn.click(function(){ $('#dialog-confirm-send').dialog({ resizable: false, modal: true, buttons: [ { text: "Cancelar", click: function(){…
-
2
votes1
answer526
viewsQ: Function return jQuery
Hello, I’m picking up on something very simple. I have a jQuery function that checks if there is any modal open on the page. For that he checks the class of <body> and returns 1 if there is an…
-
0
votes1
answer1552
viewsQ: Modal Bootstrap with input content
good night. I have an HTML page that has a text input and a button. In this input I write the name of the client and the button opens a modal to make a registration. would have as already in the…
-
2
votes1
answer48
viewsQ: Immature() does not work with href
Hello, I have a script that is an image slideshow with a animate() to the top. works 100%. but if I add a <a href="#"> in the image. the effect to. could you help me? it keeps working…