Questions tagged as 'javascript'

0
answers

Can firebase be used to receive notifications on a website for smart tv?

I'm making a website for my smart tv with cast technology, I have managed to integrate firebase to the website using javascript, when I access it from my computer I get the token without problems, when I lift it on the smart tv I receive the fol...
asked by 05.04.2018 / 20:57
1
answer

change the content of an input with jquery or javascript [duplicate]

I want to change the value written in 55 inputs that have the same class called input_valores_provisionales and different id (1,2,3,4 ...) in a function as soon as the page is loaded here the script $(document).ready...
asked by 06.04.2018 / 14:01
0
answers

Socket IO option origins in App Phonegap

I have a question about the operation of SocketIo for node and an app created in Phonegap, the question is with respect to limiting access to sockets, according to official SocketIo documentation there is an option called "origins" that serves t...
asked by 06.04.2018 / 13:21
0
answers

How to have several manners on the same page using Django?

I have a question about using several manners, on one page, now I have this code developed: <div class="row"> <div class="col-md-6"> <button type="button" class="btn btn-primary" data-toggle="modal1" data-target=".bd-e...
asked by 10.04.2018 / 19:55
0
answers

It does not work for me to add dynamic option in Chrome

This is my first time here since I am learning more in depth the subject of programming. I have a problem that is that I have a select with dynamically added options, but only the MOZilla is displayed well, in Chrome they are not displayed, but...
asked by 16.04.2018 / 17:00
1
answer

Subtraction of dates in JS [duplicated]

Request a date and return the difference in days, months and years between the current date and the date entered. This is what I have so far to catch the current date: var today = new Date(); var dd = today.getDate(); var mm = tod...
asked by 12.04.2018 / 14:35
1
answer

Work with several requests to the server [Asynchrony] SetTimeOut, Promises ...?

I am working with several AJAX requests, some to PHP, others to txt ... The problem comes when working with the data returned from these requests to form something together (like a table). How can I work with all the information at once? I...
asked by 31.03.2018 / 14:56
0
answers

How to configure the CKeditor to accept html tags

I have an inconvenience when configuring my Ckeditor editor because it saves the html tags as the <p> tag with these entities = & pt; gt, and add the configuration entities config.entities = false; but still only stores the specia...
asked by 03.04.2018 / 15:23
2
answers

Get location and show it on Google maps API map

I have a small piece of code that with the help of the Google maps api shows a route on that map from one point to another. As I show below <iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com...
asked by 02.05.2018 / 15:51
0
answers

How do I reload google recaptcha v2 when it is ajax success?

I want the sending of a form with recaptcha v2 to be successful, to recharge to use it again through ajax without having to reload the page     
asked by 27.03.2018 / 22:56