Posts by Gustavobezerra • 3 points
2 posts
-
0
votes1
answer67
viewsQ: Insert data into a Javascript array #NODE ERROR( EMFILE: Too Many open files, open )
I have 3 arrays in my code, INFO, INFOS AND TEST. And I need to make a function check if the position of my test variable is equal to my info variable and if it is equal, the final variable is: In…
-
0
votes1
answer47
viewsQ: Select does not update table data after selecting an option
I am trying to select the field with this query however the value of select is changed but does not reload the table values, showing all. But by clicking with the mouse, it works.…