Questions tagged as 'javascript'

0
answers

CRUD Java web with JS, syntax error while updating

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>...
asked by 06.07.2018 / 18:44
0
answers

Google Maps - Remove polyline if you already have another

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;...
asked by 06.07.2018 / 17:45
1
answer

Error in columns with sortable, how to solve?

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...
asked by 06.07.2018 / 17:25
0
answers

DataTable lines joining and getting thick

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...
asked by 06.07.2018 / 22:20
0
answers

Required attribute on input does not work when using reCaptcha

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>...
asked by 07.07.2018 / 03:46
0
answers

help, add more fields

in this code: @for (int i = 0; i < QtdNumero; i++) { <div class="form-group"> @Html.Label("Telefone ", htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.Edit...
asked by 06.07.2018 / 22:42
1
answer

How to create a request via GET

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...
asked by 07.07.2018 / 15:01
1
answer

Uploading Photos to Amazon Storage?

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? >     
asked by 07.07.2018 / 14:41
0
answers

how to access a webcam in real time by asp.net mvc

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...
asked by 21.07.2018 / 00:00
1
answer

Remaining with input text filled in after changing asp.net view

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....
asked by 04.07.2018 / 20:01