When adding the Update feature, a syntax error appears in the console, I know what the problem is however I do not know how to solve it.
view
template(listaFornecedores) {
return '<table border='1px'>
<thead>...
Hello to all programmers! I am not very experienced in JavaScript, but I made a code in which it creates a map according to some routes defined in my database.
This is the code:
<?php
$pilotid = Auth::$userinfo->pilotid;...
I have a 3-column layout containing cards, I need these cards to be dragged from one column to another and rearranged within a single column.
I've got jQuery to make the cards draggable, but I can only drag from column 2 and column 3 to colum...
I have a DataTable Bootstrap that loads into two parts: The Header is loaded using HTML normally and the lines are loaded via JavaScript. The problem is that when the lines come together, they create it as if it were a thicker line (only occurs...
I was trying to implement reCaptcha on a form, but when I finally got the captcha to work, my form stopped checking that the fields with required attribute are populated.
<!DOCTYPE html>
<html lang="pt-br">
<head>...
This attribute below is working with href , and directing me to the page you want.
<a href="prod_detalhe_5.php?codigo=<?php echo $res['codigo']; ?>">
<img src="img_produtos/<?php echo $res['img01']; ?>" />
</a&g...
I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >
I'm trying to access a webcam via asp.net. When I use IIS Express it works, but when I upload the application the system does not access. could anyone help?
follow the code:
var video = document.getElementById('video');
// Get ac...
I have the following situation
I have a view with a certain field, when clicking a button it calls a certain view, it would need that when clicking on a button of that other view, it called that original view with the form filled as it was....