I am creating a function but when it is called says that it has not been defined yet, what would be the reason?
import { Component } from '@angular/core';
import { NavController, NavParams } from 'ionic-angular';
@Component({
select...
I was thinking about Grid-CSS , I read in some sites about frameworks that exist for him, and that in general are very bad, because they limit the capacity of the technology, so I thought, framework , where javascript...
I have an index.php which makes a post in conteudo.php, and takes the result and writes in the #contribed div within index.php.
Post:
<script type="text/javascript">
$(this).on('load',function(){
var dadosLink = 'nada...
I have an Excel spreadsheet that I want to export some data to load into an HTML page. Searching the net I found that this is only possible if I have this data in a .JS file (data type .js).
So far so good. But how to read the data in the .js...
I am trying to make a script in which when a sensor that is part of the test sends me a number 5, it changes the color of the table that is in red to green.
That way the test would be approved.
But I'm not able to connect addClass with Math.r...
I need to know the latitude and longitude of a location looking for CEP or any other option that I can provide, it can not be Google maps .
Does anyone know any API or base de dados ?
I want to validate a form with Jquery + JQuery Validation, using a list of authorized words.
Ex: var PalavrasAutorizadas = ['foo', 'bar', 'fizz', 'buzz' ];
If he enters any word that is not in the list he invalidates the form and do...
I have an event counter on my game site, where I wanted to appear a git before the event name.
I need some help where I would follow this order.
zombie:
layout.php<divclass="Themebox Eventos-Box" style="background-image:url(<...
I would like to find places close to a certain geographical coordinate.
I have a database with a list of landmarks and their coordinates.
Ex:
var points = [
['cristo redentor', '111111', '222222']
['parque do ibirapuera', '111111',...
Good night, people I have the following problem, in the layout that I'm putting together has several lines in different places during the course of the page, the client wants these lines to appear and grow from different directions, initially I...