Questions tagged as 'javascript'

2
answers

Taking text of the different inputs

I need to get different input text, I have already tried and right for some, below a list of those that worked. lbl_DteHora_Reu slc_Local_Reu slc_Palavra_Reu slc_QuebraGelo_Reu slc_Louvor_Reu HTML: <label class="item i...
asked by 29.09.2015 / 14:03
2
answers

Button for cellular connection [closed]

I need a code that will help a website visitor (on Wordpress) to make mobile calls or to activate WhatsApp when clicking a particular button. Any tips?     
asked by 01.10.2015 / 01:48
1
answer

How to break strings in more than one row without concatenating? [duplicate]

var str = 'foo bar foo bar foo bar foo bar foo bar foo bar' + 'foo bar foo bar foo bar foo bar foo bar foo bar' + 'foo bar foo bar foo bar foo bar foo bar foo bar' + 'foo bar foo bar foo bar foo bar foo bar...
asked by 22.09.2015 / 19:26
2
answers

Convert to the nomenclature of R $ [duplicate]

Colleagues. I'm getting the value of a product in javascript as follows: totalGeralSomar.toFixed(2) But it returns me like this: 1400.00. Would you have any means of returning 1,400.00?     
asked by 25.09.2015 / 02:01
2
answers

Structure of a chained JSON

I was developing a web application, where I needed to use JSON, I had some problems, but I did. Now I need to leave everything on the dynamic application page, so everything has to be passed through JSON, but I've never done a JSON with multiple...
asked by 18.09.2015 / 18:35
3
answers

cep - fields disabled for user

I have the following problem: The user will complete the zip code and will click on 'search zip'. A zip search will be done, and the data will be placed in the fields: public place, neighborhood, etc., automatically. It turns out that I do no...
asked by 22.12.2015 / 17:24
1
answer

AngularJS consume RESTful in different domains

Good afternoon, I'm trying to make a client that indexes the information of several webservices (about bitcoin quotes from several brokers), but when trying to access the webservice the imported json values are not displayed, and pressing F12 in...
asked by 09.12.2015 / 17:30
4
answers

Gives Selected on certain value received in the JS function

> function > editar_etapa_projeto(etapa_projeto_id,etapa_id,dias_total,data_inicial){ > $('#etapa_projeto_id').val(etapa_projeto_id); > $('#etapa_id').find('option[value='+etapa_id+']').attr('selected',true'); > $('#dia...
asked by 16.12.2015 / 18:58
2
answers

Simulate a Click event without clicking using jQuery

I have a project here with a problem, I'm close to solving but I need a hand from you! At Home, we have a button called "Toppings" that when clicked should be taken to the Projects page. On this page, we have a Portfolio-Filter Plugin, whe...
asked by 14.01.2015 / 22:52
1
answer

How to print an X message in X minutes with JavaScript [closed]

I need to print a message every 5 minutes: alert("que venham mais 5 minutos"); How do I do it?     
asked by 13.01.2015 / 02:10