Questions tagged as 'javascript'

1
answer

Problems with nested combo box

I have a combobox nested to another combobox and it works only on the first line; it turns out that I want the combobox to work for me in the other rows (below) that are the result of a request to the database, I hope I have explained, below a f...
asked by 18.04.2018 / 19:58
2
answers

Pass select / option to variable

I finally decided to do the consultation in a forum, since I no longer find a way to solve the doubt I have. I am trying to pass the chosen option of a select / option to fields that are hidden and that are autocompleted. I've read a lot,...
asked by 18.04.2018 / 20:12
0
answers

Access array in $ parent AngularJS

I'm trying to access a property of $ parent, which is an array and I can not recover it. If I access, in the same way, a variable String, there is no problem in displaying it. I would need to know how to retrieve that value from the entire...
asked by 11.04.2018 / 09:48
0
answers

Value of all the selections is repeated when selecting the value of a select

This is my html code <table class="table table-striped"> <thead> <tr> <th class="tamañoLetraTablaTitulo">ID</th> <th class="tamañoLe...
asked by 10.04.2018 / 16:45
2
answers

Close modal by clicking on any space (without button)

I have a modal which I have adapted to my web, this code works well, but I would like to add the function that when giving clic anywhere in modal it is also closed, I leave the code attached: <script> // Get...
asked by 10.04.2018 / 16:35
1
answer

Error in JQuery Ajax and Spring mvc driver

I am sending a POST from ajax to a controller with Spring mvc, everything worked correctly, the controller received the data and worked with them, the problem has appeared when I wanted to execute a function in the ajax success, I have verified...
asked by 11.04.2018 / 16:32
0
answers

I can not take the icons as javascripr vectors

I'm working with openlayers and I want the map to show me the icons that I bring from my local server, but when I run it, it does not bring me anything. Now when I put in place of image, the property sourse: sourse completes me the places with c...
asked by 11.04.2018 / 16:25
1
answer

How to validate that there is not a minimum of characters but a maximum?

I am preparing a regular expression: [a-zA-Z0-9._-]{20} So far I am with the previous part of the "@" of an email and I am trying to do something like this: [a-zA-Z0-9._-]{"*"-20} Where "*" appears, I try to put it to not have a minimu...
asked by 29.11.2017 / 18:30
1
answer

Functions in javascript [closed]

I am using javascript and I have a function that returns a text, I want to know how I can print the result of that function in the browser, try to instantiate it but return [Object object] This is the code and I want you to return th...
asked by 09.04.2018 / 14:18
0
answers

Control "expired document"

I have a project in php created with laravel, when I identify myself and go to another page (whatever it is) and I give the browser button to go back, I skip an "expired document" If you are navigating between the pages, 3, 4, 5 ..... and y...
asked by 14.04.2018 / 12:08