Posts by Nary Luiz • 68 points
9 posts
-
0
votes0
answers13
viewsQ: Multiple sorting in Datatable with Serverside
Greetings. I have a table generated with the help of the Plugin Jquery Datatable with the ServerSide enabled and running a Script from the server side ASP.NET. Only that I need this table to be…
-
0
votes0
answers55
viewsQ: Electron 12: "Require is not defined"
Greetings. I am creating a frameless program on Electron (to make a custom frame) and am getting the error Uncaught ReferenceError: require is not defined. My tree is next: - raiz do projeto | -…
-
1
votes1
answer61
viewsQ: Testing that all asynchronous functions have been terminated
Greetings I’m developing a synchronizer between two databases (SQL Server and MySQL) with the ElectronJS and the Node.JS and everything is working fine, but I would like it to perform…
-
0
votes1
answer85
viewsA: is_dir() function does not work as expected
I found the problem: The function is_dir() returns false if the specified file does not exist and part of the folder in which the file .php is running, ie I was scanning the files from the folder ./…
-
0
votes1
answer85
viewsQ: is_dir() function does not work as expected
Greetings! I am developing a file system to read the files of a given directory and return the value in JSON. However, I intend to separate in this JSON if the item is a file ("type":"file") or a…
-
2
votes1
answer993
viewsA: Bootstrap progress bar tracking video youtube duration deployed to html page
By Youtube I believe it is not possible. To customize, it is necessary to use the tag <video> HTML5. Let’s start with Javascript? To make it easier, I used Jquery, but if you want, I can post…
-
1
votes2
answers147
viewsA: How do I turn a class into a clickable text?
The question was a little vague, but come on... I understand two things by a "clickable text": 1. a text that changes the mouse when you pass over it and change the color of the text when you click;…
-
0
votes2
answers3929
viewsA: How to position the placeholder
If I understand correctly, you want to remove the space, but keep the placeholder in the center, right?! As the staff said, the space is caused by your padding, just take it. But if you want to keep…
-
1
votes5
answers3984
viewsA: How to compare arrays to javascript?
Try using a loop and increment accordingly. What do you mean? Let’s create type a "score" system and the array with more "points" is the most similar. window.onload = function() { // Array com o…