Questions tagged as 'javascript'

2
answers

How to call a var within a function

I'm trying to get a var that hize in a function and it's not working, it does not return what I want, which is only the var .. My html are the radiobutton : <div class="box-body"> <form m...
asked by 15.11.2018 / 14:22
1
answer

How to mark a specific location on my Maps with PHP-Javascript

I have the following code in which it shows me the location zone that I am specifying, but it can be marked with an image (.jpg) that wants to add the place that I want. So I get the image where I'm putting the latitude and longitude? this is...
asked by 11.11.2018 / 19:29
1
answer

Execute an "Onclick" event from javascript in Dynamic controls

I have problems with a form in ASP.net in VB, this form creates dynamic texbox and I have a button to add the textbox. Now this button when adding the new row of textbox saves what has a row before in the BD. Now the question is how can I do so...
asked by 10.11.2018 / 19:32
1
answer

Blank spaces in database and in Javascript view

I have a database of books in which in the fields of titles some spaces is another character so it does not identify it as such That makes that in my view when wanting to list books I do not make the line jump As you can see some tit...
asked by 11.11.2018 / 08:27
4
answers

How to pass a variable with ajax to another php file

Good I have an inconvenience with my code, I want to send you a data through ajax, that allows me to make a query according to what this variable brings, the problem is that you do not want to recognize me when making the $ _POST variable, in it...
asked by 07.11.2018 / 04:09
1
answer

find parent elements within an iframe

Good morning, I have a document with the following structure: <div id=’Prueba’> <iframe id=’myiframe1’> <div id=’div_Actual’></div> </iframe> </div> I want to know if from the html page that is in the...
asked by 06.11.2018 / 21:06
1
answer

Error creating an attribute with Angular 6

I want to create an attribute that calls (click) from setAtributte (), but it tells me this error: ERROR DOMException: Failed to execute 'setAttribute' on 'Element': '(click)' is not a valid attribute name. Search all over Google and I'm n...
asked by 12.11.2018 / 23:43
1
answer

How to show elements outside a modal?

I hope you can help me with this problem that I have with the styles I am trying to put a div out of a modal but I hide it, As I can show it try to do it with overflow: visible but it did not work as I can solve it? I leav...
asked by 12.11.2018 / 21:41
1
answer

Insert multiple - Laravel

I come to you in search of an orientation, I am working with laravel 5.5, I am using some nested lists, like the ones in the following photo: In the first field I choose the server and in the second, it loads me a few instances from an...
asked by 08.11.2018 / 19:26
1
answer

Add the last input of each box

I need help. In my html programming I have 3 boxes, each box contains 3 hidden inputs with (display "none"), each input has a respective button, which serves to show or display that hidden input. The point is that I want the last input of each b...
asked by 12.11.2018 / 02:14