Posts by Lumos • 25 points
4 posts
-
0
votes2
answers131
viewsQ: How to improve my php pagination
Hi, I wrote a php pagination some time ago now I have a problem with it this pagination is simple splits the total number of rows of the database by the amount of links per page; only now the amount…
-
0
votes0
answers163
viewsQ: Edit input suggestions
Hi, I would like to know how to edit the suggestions of the Exp input: when the user writes something in the input in his suggestions show the results of the request by ajax so he can select with…
-
1
votes3
answers1008
viewsQ: How to list objects in Javascript
I’m using a variable object exp: var obj = { nome: "Marcos", snome: "Bonado", idade: "314", email: "[email protected]", tellW: "0123456789" }; I want to list the names and content of each object. Is…
-
1
votes2
answers697
viewsQ: How to simulate a CTRL + V with javascript
I would like to paste a text from the clipboard using javascript, is not an extension is a web page. I tested the command document.execCommand('Paste') in some ways didn’t work out, I’m using Google…