Questions tagged as 'javascript'

1
answer

How to concatenate several DOM objects in an ARRAY

What I'm looking for is: concatenate several objects of the DOM in array dorma to make a call with a single variable that has the address of multiple children of the example tags: # menu > ul > li > a = > All this calls I seek to sto...
asked by 11.11.2018 / 13:33
0
answers

add autocomplete to dynamically created inputs

I hope you can help me ... I have several days trying to solve this small problem, I happen to have a table with an initial row and a button that adds more rows (dynamic rows) ... The question is that the inputs have the autocomplete function, o...
asked by 07.11.2018 / 16:34
1
answer

Inject Javascript when changing URLs in a WebView Android Studio

I would like to know if anyone could help me. My problem is that I am opening a web page within a web view, now this page has a navigation menu <aside id="left-panel"> <nav> <ul> <li><a href="distribuir_c...
asked by 08.11.2018 / 16:11
1
answer

Pass data to select in modal

Again I come to your knowledge, I have a table which is filled with data from mysql, each row has a button that displays a modal window which carries the data of the row on which the button was clicked. Inside the modal window I have a select...
asked by 08.11.2018 / 14:51
1
answer

Problem with Sweet Alert in modal

I'm doing a modal with a form in HTML. Once the fields are validated in JavaScript (it is already working correctly) I want to show a Sweet Alert alert to confirm the sending when I press the submit button. If the user does not confirm the shipm...
asked by 08.11.2018 / 17:41
0
answers

When changing the action of a form, does not work in SAFARI?

My code looks good, but when it's opened by Safari, bookings are crossed when selecting "Huacachina", enter the booking cloudbeds, and when you return and select another city enter the booking cloudbeds where you should not open, but in frontdes...
asked by 06.11.2018 / 18:04
1
answer

PARAMETERS GET shipping

I have this code js that receives two parameters day name what I want is to get them to another page called mad in which I send direct parameters to a service called days so that Bring me the results and paint them on a div called sample $...
asked by 06.11.2018 / 19:51
0
answers

Plugin not installed - Ionic v4

It turns out that at the time of compiling my project in IOS, the module of cordova-plugin-advanced-http which shows an error of plugin not installed > However, if it is installed as it WORKS correctly in Ionic DevApp.       
asked by 09.11.2018 / 05:01
2
answers

Problems with summernote

I'm new to programming and I need help I want that when I select one of the names I put it in the position where the cursor is located <select>selecionar dato</select> <option value="Emmanuel">Emmanuel</option> <opti...
asked by 06.11.2018 / 23:39
1
answer

Complete text boxes with angular

I am new to Angular and would like to know if the following can be done: I have the following text boxes: Postal Code, City, Delegation / Municipality and State; I want to autocomplete the last three according to the zip code that was entered...
asked by 06.11.2018 / 23:20