I have a code that renders the Array elements on the screen, and each element of Array , has a delete button next to it.
I wanted to know how to delete it from Array and consequently remove it from the screen and instead o...
I'd like to add a background to this menu, how can I do that?
The background-color only adds color to the words and not to the whole. And also has this underline effect in the <nav> list that I'd like to remove.
HTMLCODE:&l...
I need to change the location where the preview of the images appears, put it inside another div because it is being placed automatically above the input file. So far I have not found anything in the documentation that shows how to change this....
I have this code that requests with Ajax for a PHP file. The problem is that you are only getting the input type="file" value, the other fields are not being passed to PHP.
I'm doing this to get the input value
var valor = $("input[name...
$sql="SELECT P.id as Id,
P.pointOfSale as [Description],
P.printerExtrat1 as PrinterExtrat1,
P.printerExtrat1FonteTicket as PrinterExtrat1Font,
P.printerExtrat2 as PrinterExtrat2,
P.printerExtrat2FonteTick...
Hello.
I use the Twitter API to automatically post my site posts there, see:
link
Thevacanciesarecorrect,withthevacancytitle,descriptionandanimagewiththecompanylogonexttoit.InTwittersettings,itisscheduledtosendthosesamepostsdirectlytoFacebook...
I am trying to get the ID of the button which is a variant and throw it on another page to perform a fetch API.
It's just that this button is done automatically, it depends on how many purchases you have in the client's cpf, if you have 2 purcha...
I wanted to show the names of the employees and the teams they are part of so that if the user enters a name, it will filter all the teams that that person is part of.
It's coming in white.
try{
$pdo = Conexao::getI...
Talk the guys! I am a beginner in JS and HTML. There is a lot that I understand the reasoning but I fumble at the time of coding. I'll try to explain what I'm trying to do. I'm drawing a triangle (called Jack), with a little red nose (mini trian...
I am a layman in the world of Node.JS and I am developing a form in which the number of fields is dynamic, ie there is a button that calls a function in JavaScript that is adding fields according to the user's need.
My problem is to capture t...