Questions tagged as 'javascript'

0
answers

Is it possible to install a chrome extension or plugin in an application compiled with electron.js?

I would like to know if I can install extensions or chrome add-ons to my application made in electron, I would like to install "Hello VPN", and how it could be possible. Thanks.     
asked by 28.02.2018 / 20:50
2
answers

Uncaught ReferenceError

Good Day, I have a sweet alert feature: function myIdNo() { swal("Ooops", "No existe!", "error"); } And in an if I execute it like this: if ($sql === FALSE) { echo '<script type="text/javascript"> myIdNo();...
asked by 20.02.2018 / 22:57
0
answers

Error while submitting

I have a button with Yes options or not when I want to delete a record. When I give him if he should make the submit of the page and he does not do it. The button is a gridview in webforms: <asp:TemplateField HeaderText="Eliminar"> <...
asked by 28.02.2018 / 22:36
1
answer

how to pass data from mysql to textbox with js

Hello good afternoon, I need help with a problem. I want to pass the results to the textbox with js and I do not know how to just show it in a label ... Help .. thanks <!DOCTYPE html> <html lang="es"> <head> <t...
asked by 28.02.2018 / 20:03
0
answers

Search in elasticsearch by number of aggregations

I'm painting a date_histogram with the data I have in elastic, the problem that I find myself with is that I need to give me back all the data I have according to some filters that I passed in the query grouped by interval, if not by an X number...
asked by 22.02.2018 / 10:45
2
answers

My database does not receive the radio button values

I have a form where I have three radios with the same name but different value, when I choose one the database only saves the value of the first radio that appears in the form without respecting the selection as I can solve this? This is my f...
asked by 28.02.2018 / 19:48
1
answer

HTTP Requests with React-Native do not work on Android

I commented that when working with requests to the server using Fetch and also using Axios , when running on android it shows me the following error: fetch(URL,{ method: 'POST', headers: { Accept: 'application/json...
asked by 22.02.2018 / 15:14
1
answer

Show and hide several DIVS

I am developing a small application with HTML, and I have run into an error. I have the following div that act as buttons: $('#load').click(function(){ alert('Si entre'); var identity = $(this).attr('data-related'); con...
asked by 21.02.2018 / 05:11
0
answers

Save list of products chosen by the client

A query: I have a list of products, and for each of them both their name and their id are dynamic, for example I have 50 products, name = NAM + codigoproducto (NAM1, NAM2, NAM3, etc) This list is placed in an HTML table, which has a column for t...
asked by 22.02.2018 / 20:30
0
answers

Problems with the construction of php strucutura for wordpress / Wp_query

Hi, I'm putting together a zero themes for wordpress and I have an inconvenience with the call of some news that I bring from a file / single that I have to show in the home, the problem that I am solving badly is that every time I update the si...
asked by 21.02.2018 / 12:20