Posts by Giovani Córdova • 30 points
3 posts
-
0
votes1
answer272
viewsQ: Return a JSON Array with shell script to use in PHP
Good evening, you guys, I’ve been hitting myself with something for a few days. I am developing an application to connect via SSH in an OLT with shell script and return the "Shows" to a web…
-
1
votes2
answers461
viewsA: Take input arrows type number without Bootstrap
I think the easiest way would be to add this to your css style sheet. input[type=number]::-webkit-inner-spin-button, input[type=number]::- webkit-outer-spin-button { -webkit-appearance: none;…
html5answered Giovani Córdova 30 -
-2
votes2
answers518
viewsQ: Disable link and button after clicking
I have already researched here and other sites but I have not found an answer that applies correctly to my scenario. The idea is the following I have two pages one with a link and the other with a…