Posts by Raryson Pereira Rost • 66 points
6 posts
-
1
votes1
answer809
viewsA: Use global variable in Typescript with Nodejs
It is possible yes, but as you said yourself, it is not very cool to use globals, one way to do it is to create a module and an interface within this module, like this example: File name:…
-
0
votes1
answer90
viewsA: Calculation of Javascript rows and columns for PDF
Whoa, that’s all right? So this particular part of the code represents the initialization of a Jquery foreach. each(function(index,data) {} That is, each element of the array…
-
1
votes1
answer338
viewsA: Error when cloning bitbucket repository for umbler
Oops, all right Luciano? This error of adding bitBucket to know_hosts actually happens, but it doesn’t stop the clone from being done, right? I tested here in a repository of mine connected to…
-
0
votes1
answer126
viewsA: Button running one function in js and another in php
So Samuel, I think that the way you want it is not possible, because Javascript and PHP will try to run at the same time, the easiest to do is to do the verification you want via Javascript.…
-
0
votes1
answer264
viewsQ: Form does not pass variable - MYSQL to PHP
I have a code called index.php, he must send the data to the post.php, to be stored within a database. I’m doing it through form. When I store the form fields in the database it thinks I am sending…
-
2
votes3
answers1382
viewsA: How to put a submenu, on a menu I already have?
Well, since you are using an example HTML and CSS, you could use this HTML and CSS and edit it the best way you want, follow the codes: <div class="menu-container"> <ul class="menu…