Today I use:
"http://maps.google.com?saddr=Current+Location&daddr=" + lat + ',' + long + "";
To create routes in google maps, I would like to create multiple routes, can you help me how can I proceed?
I would like to see a message that has to be filled in with the required fields when passing the disabled button on the angle.
I currently have:
<button (mouseover)=testefunction() type="button" [disabled]="!f.valid" class="btn btn-succe...
I have a problem that is:
I have a single table that repeats itself every day (all has the same columns) what sets it apart is the day and the information of the day. I would like a single search field for all tables.
Before I used DataTables...
Greetings
I'm having a question about methods in javascript.
Can anyone tell me if this is a method and what kind of method it is.
nomeMetodo : function (){
//code
}
In case it would not be like this ...
function nomeMetodo () {...
I have the following checkbox:
<div *ngFor="let tela of telas" class="custom-control custom-checkbox check">
<input type="checkbox" #myItem (change)="OnCheckboxSelect(tela.id, $event)" value="{{tela.id}}" id="{{tela.nome_tela}}" nam...
Hello, I have a question on how to render a chart with chart.js using mongo data.
I've already been able to render one, but I'm having trouble rendering another, probably due to how the data is returning.
The query is as follows:
const t...
So, I'm trying to constantly display the contents of an object in an HTML page. I'm passing a model through my controller to a form in thymeleaf:
<form id="formTest" class="form-inline" action="#" th:action="@{'log/'}" th:object="${log}" m...
I want to use the functions of the validatorjs in the pug engine, however I can not use it, my file validator.min.js is ./public/javascript, here is my code in the pug:
html
head
title= message
script(src="./public/javascript/valida...
Hello, guys.
I'm having a hard time changing the background color of multiple selects in iteratively. I can already change, but I have to manually specify the index of the element for this to happen. Here's an example of what I'm doing:
&l...