Questions tagged as 'javascript'

1
answer

Validate mailchimp form before sending

I have a Mailchimp form and in the respective input I have the attribute required but when I hit send in the form it sends me to the error validation page of Mailchimp and I do not like that problem to occur. I would like the ty...
asked by 15.08.2016 / 19:03
1
answer

Error sending a JSON.stringify by means of an onclick event in javaScript

I want to send an associative array by means of a onclick event, when I send it when I capture it I get [object object] then try to send it of type string using JSON.stringify() I do it in the following way: Event...
asked by 12.08.2016 / 14:34
1
answer

How to get Json data from several urls to render a single DataTable

I have two URLs that serve data of objects in JSON format, both formats have the same structure, except for the type of equipment: First URL: link { "id": 1, "tipo_equipo": "EquipoA", ///Esto es diferente al otro "n...
asked by 16.08.2016 / 10:11
1
answer

Super put a marker on a map with layer

I have a map with this And I want that when clicking on a marker, an opaque gray layer appears, but the marker is superimposed, something like this. The layer I put it with css <div id="map" style="width:100%; height:93vh;"&g...
asked by 05.08.2016 / 21:16
1
answer

How can I pass data through ui-view (ui-router)?

I'm using the nested and named views of ui-router. What I want to achieve is to be able to pass a data from the div that invokes a template to the template itself. Something like this: <div ui-view="inputtext" data-value="0"></d...
asked by 05.08.2016 / 15:45
1
answer

Blob inside json object

I have problems trying to store the data of a blob object inside a json object with javascript . This is what happens: I can recover the object of an image passed through a javascript file (FileReader): var blob = new Blob([readerImage...
asked by 11.08.2016 / 17:58
1
answer

Get the values of a hidden input from a Javascript table

We suppose that I have a table like the following: <table id="parameters" width="100%" border="1"> <thead> <tr> <th>Fecha</th> <th>Cedula</th> <th>Nombre Emplea...
asked by 10.08.2016 / 20:43
1
answer

Error: [ng: areq] Angular chart js

I'm doing some graphics with the Angular chart js library, I've tried with the examples I found on the page and it works correctly but when I try to make two graphics on the same page I get the following mistake Error: [ng:areq] http://errors....
asked by 11.08.2016 / 02:10
3
answers

How can I insert a script in a string?

I want to create tabs from some data consulted in the database, in each tab you will have checkbox which I want to have an action onChange but I can not insert the tag script in a chain string function Generar...
asked by 19.12.2016 / 22:14
3
answers

Form with steps

I'm trying to make a form with steps, I mean, so the form does not take up a lot of space, instead of doing it all the way I would like to do 3 or 4 inputs, for example, that the user gives a button next and then more inputs appear. The progress...
asked by 08.09.2016 / 10:34