Posts by Jéfferson Maurício • 73 points
6 posts
-
0
votes2
answers1538
viewsQ: Update useEffect from the navigation.goBack page?
I’m developing a App in ReactNative using Expo, but I can’t update the useEffect(() => {}, []) of the previous route from navigation.goBack(). Example: Here time the Index page. function Index(){…
-
-1
votes2
answers163
viewsA: Load include PHP from an External ID
the include file would be a kind of TAX COUPON, however I didn’t want it to get the header because it is big (height), I wanted the include file to always load after a DIV with such an ID, thus…
-
1
votes2
answers163
viewsQ: Load include PHP from an External ID
You guys, good night! I have the following Code: <!-- Box do Cupom --> <article class="box_cupom"> <?php include("cupom.php"); ?> </article> This include PHP carries an…
-
2
votes3
answers655
viewsQ: More than one Date Field in Ajax
Good morning. I have the following code: <form id="enviavenda" method="POST" action="" autocomplete="off"> <input class="input_codBarras" id="codBarras" name="codBarras" type="number" />…
-
0
votes3
answers535
viewsA: CSS Change Time with Javascript
Vitor, vllw mano. I got it here, Druga was so sleepy I didn’t even remember I could use it with CSS. However, it did not work for example document.getElementById('desktop-card').style.display =…
-
3
votes3
answers535
viewsQ: CSS Change Time with Javascript
I have a function: function togglePopup1() { document.getElementById('desktop-card').style.width = '480px'; } The code is so that the width page increase with one click. But how do I make this…