Questions tagged as 'javascript'

1
answer

Problems with sorting an array list

I have the following problem: I try to sort a list of people containing the flag that identifies the person (student or Teacher), the person's code, the person's name, the person's status (active, inactive, blocked) and the status of particip...
asked by 08.04.2016 / 13:45
1
answer

I need a sequential generator in javascript

I need a code that I put the URL and the number of repetitions in the input and when I click to generate the sequence exit like this in the textarea: rede[0]="http://www.siteescolhidoaqui"; rede[1]="http://www.siteescolhidoaqui"; rede[2]="http...
asked by 11.04.2016 / 06:36
2
answers

Help with HTML / JavaScript

I need to create a page that has two questions with two answers (radio) of YES or NO, and, below, a send button. I need the questions and answers, when answered and the user clicks the submit button, appear in a TEXTAREA just below for the user...
asked by 06.04.2016 / 22:46
2
answers

Return Latitude and Logitude to fields in my Javascript form - Google Maps

My problem with latitude and longitude has been solved, now I'm having trouble returning these values inside my form, I'll leave the demo link below. Link to the project "I'm using the following Google Maps script to return properties, b...
asked by 13.11.2015 / 20:25
1
answer

Doubt with javascript console.log

I have a javascript that performs some actions on a website. I go through the console to know what is happening, but at several moments it executes a command that printa in console console.log ("check"); I want to make this "check" not appear...
asked by 11.11.2015 / 01:17
2
answers

Problems making an ajax request

I have a request problem When I click on the save button it does 1 request or it is saved 1 time in the bank if it clicks again it does 2 in one time saving 2 times in the bank clicking again it does 3 in one time saving 3 times in the databa...
asked by 10.03.2016 / 21:24
2
answers

Javascript loop help

Hello, I have this code below: <div class="" style="background:<?php echo $res['fundosite_cor']; ?>; width:588px; float:left;"> <script> jssor_slider20_starter = function (containerId) {...
asked by 17.03.2016 / 14:14
1
answer

How to only allow letters and numbers in a text box

I am making a form and the first solution I saw was to create a keyboard with buttons with only letter numbers the delete button and the space button but now what I really wanted was a box that allowed only numbers and letter because it becomes...
asked by 11.03.2016 / 22:01
2
answers

Adding and removing JQuery class

I have a toggle effect that opens and closes a div, and in that effect I put it to add a class and remove it. It adds the class, but is not removing it. Because? JQuery $j('.filters__filter.tamanho').click(function(){ $j('.filters__filt...
asked by 24.04.2017 / 19:45
3
answers

Execute javascript only when accessing a mobile site

I've noticed that the bootstraps menu does not close after selecting an option when using a mobile phone, so I want to run only if it's on a mobile phone, I'm doing this, would it be the correct one? Thank you <script> jQuery(docume...
asked by 25.04.2017 / 18:29