Questions tagged as 'javascript'

0
answers

ReferenceError: Data is not defined

I'm doing an application with angularjs 1.6 , it consists in asking a query to a REST service that returns an array of clients, this data I want to place in an array of Objects , however, when creating the new client, the error that is not de...
asked by 04.08.2017 / 03:38
1
answer

You can search in a text field in the root node and update two components

I have created a root node with two components, in the rais node I have a text field to search, which is sent to each component to search in an array of links (links) and with the result render each component. Additionally to each component I se...
asked by 08.08.2017 / 16:46
0
answers

Wait for a service to finish to continue with another AngularJS

I would like to know how to wait until the execution of one service is finished before another is executed, this is because what the first service returns is necessary for the execution of the 2nd. Here is my service and my controller. conf...
asked by 03.08.2017 / 16:18
1
answer

How to delete the cache of the AUDIO TAG?

Dear greetings, someone knows how to erase the caching of the audio tag, with javascript. I have the following problem. I generate an Audio mp3 and I charge it on my AUDIO tag. but according to another event I generate another Audio with t...
asked by 04.08.2017 / 14:12
1
answer

Scroll Lateral GridPanel ExtJs

Good morning, I have the following problem:     In the following code I need to show the side scroll for two of the grid panels, and no matter how many tests I do, I do not know how to solve it. Any ideas? oThis.fileGrid = Ext.create('Ext.gri...
asked by 24.08.2017 / 07:48
2
answers

Show and hide select options

Navigating I found a way to hide a option of several select depending on the id , that helped me a lot. What I am trying to do is to change the option it is visible again in all select to be able to select it...
asked by 10.08.2017 / 06:54
0
answers

Receive string data from the Date Range Picker to PHP plugin

I have a Date Range Picker in jQuery , it works well for me, the problem is that I could not manipulate the dates that I select in my PHP , since being JS and being on the client's side, no I capture that data in the in...
asked by 09.08.2017 / 17:23
1
answer

JSON does not recognize an internal object

I am creating a menu dynamically by means of a function, this function must receive as a parameter a JSON that will contain all the structure and hierarchies of the menu, the problem that when concatenating tells me that an internal element of t...
asked by 14.08.2017 / 18:30
1
answer

can not hide a div with .hide (jQuery)

body { font-family: helvetica, sans-serif; font-size: 15px; margin: 6% 10% 10% 35%; } input { padding: 8px 0px 8px 8px; font-size 10px; width: 159px; border: 1px solid grey; } label { position: relative;...
asked by 19.08.2017 / 04:24
1
answer

Angular 4 - Import JS file with global variables?

I'm working with Angular 4 and my problem is this: At the moment of generating a production package with ng build --prod my dist folder is generated and inside it my assets folder where I included a JS file called "ip.config.js". In this file...
asked by 21.08.2017 / 17:56