Questions tagged as 'javascript'

1
answer

FullCalendar fill in events by JSON

I'm putting the FullCalendar component into my Java application. I'm having trouble loading events into the calendar. How do I read json from within my js file? The following is the code below: JS file: $.noConflict(); jQuery(documen...
asked by 11.02.2016 / 18:15
1
answer

Google Directions Service does not count requests made with my api key

I'm using the same javascript reference to use the directions service when maps api: <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=MINHA_CHAVE"></script>Therequestsmadetothemapsapiarebeingcountednor...
asked by 10.02.2016 / 19:37
1
answer

Load javascript function automatically into body tag

I need your help. I'm using LoadGo JQuery and would like to know how do I call a certain function to load automatically from the body tag, so that when you click the page, it opens automatically. I tried to put it like this: body onl...
asked by 07.02.2016 / 02:39
1
answer

How to add an image popup when accessing the site

I would like to make a popup similar to the one from Kabum , but without a form, with only one image and the option of close. I searched and found this code: <a href="#" onclick="window.open('http://google.com', 'Pagina', 'STATUS=...
asked by 05.02.2016 / 17:17
3
answers

Query mysql with subquery in NodeJs

I have the following structure in the following tables. partner (idPartner, name, email, phone) example Tag partner (old id, tag) What I need to do, a select in the partner table and make a is in the result and query the tableTag partner b...
asked by 14.04.2016 / 22:59
2
answers

Pickadate Angular - Translation

I'm using the Angled pickadate only that it is in English, I need to leave it in Portuguese, could anyone help? Here is the code: $('.datepicker').pickadate({ selectMonths: true, selectYears: 15, language: 'pt-br' }); I p...
asked by 15.04.2016 / 19:44
1
answer

when using AJAX, can I send content without being around the form tag?

you should put inputs , etc within <form id="algo" method="POST"></form> ? <form id="algo" method="POST"> <input type="text" value="NADA" name="valor1" /> <input type="text" value="TUDO" name="val...
asked by 25.09.2015 / 16:02
1
answer

How to retrieve the value of several dropdownlist (only filled in)

How can I retrieve the value of several dropdowns (only those filled in) The function below does not work correctly. For example, if I select only the second combo has output: , 2 He takes the void as if it were a selection. Can you work aro...
asked by 26.09.2015 / 22:23
2
answers

How do asymmetric signatures work in JSON Webtokens (JWT)?

Recently I started to study the possibility of starting to use JSON Webtokens in my projects, given its advantages. From what I understand, there is a symmetric and an asymmetric way of generating the signature for the tokens. The symmetric seem...
asked by 20.12.2015 / 01:52
1
answer

PivotTable

Friends, I need to create a PivotTable in HTML and JavaScript that will work as follows: I have a series of items in a ComboBox, and while selecting, creates a column in a table. After, I add another ComboBox, where I select another item and...
asked by 23.09.2015 / 20:21