Questions tagged as 'input'

2
answers

Mirror inputs with their values

Is it possible for jquery to understand the elements of an array value coming from the html? ps: I do not know if it is correct to say that in html there is an array. I am creating with html and jquery a dynamic input that is having the v...
asked by 30.01.2018 / 19:59
2
answers

the input is inside the fildset tag, but it is cutting the line

input { font-size: 16px; margin-bottom: 20px; border-radius: 5px; border: 1px solid #ccc; position: relative; }     
asked by 28.08.2017 / 22:58
1
answer

Check if an input was loaded with jQuery

I need to check if an input text was loaded on the page and check if it is populated, how can I do that? I've tried $ ('input') on ('load') but it does not work, and the way the script is done I can not make a $ (document) .ready. Who knows a so...
asked by 07.09.2016 / 20:48
3
answers

How to pass data from one input to another with html and javascript?

I have a problem with this, I researched a lot and I could not solve my problem. I hope you can help me! I have a page (in html) with a form. I would like the value placed on the input of the first form, when clicking Submit, to be placed in...
asked by 21.09.2016 / 16:27
2
answers

Call function after choosing date

Good morning, I have an input text with a datepicker. The input has a validator function that changes the color of the input as the text is right or wrong. But in this case as I do not write directly in the input and just click on the date...
asked by 01.08.2016 / 13:37
1
answer

Input Password - HTML5, Intel xdk, Cordova

I'm having a problem with input type="password" . On Android the input password always starts with the capital letter. How do I when I click on input the first letter is already lowercase? In IOS it works correctly. Her...
asked by 16.10.2015 / 20:40
1
answer

Save the user traffic source

I need to save the user traffic source. Because the URL of the post is different from the URL of the form, I'm using an input hidden in the form to retrieve that data (if not, the traffic source will always be the URL of the form). However, I am...
asked by 24.08.2018 / 19:12
1
answer

Set current date in Input type Date

I want to set the current date in this input type date; using this way with php it just gives the value of the current date, but viewing shows only dd / mm / yyyy, but inspecting the code the value of the "value" is with the current date. Can so...
asked by 26.07.2018 / 21:47
1
answer

Input when you click Add

I want you to add a new input, with a proper name, so I can pick up the information and send it through the form. Follow the code.                            Requests      <form method="POST" action="recebe.php?valida=TRUE"> Cód...
asked by 09.05.2018 / 00:50
1
answer

Action call as parameter in Html.BeginForm - ASP .NET MVC 5

I have a code that queries a WebApi, writes to the database, and queries the database, in this application, a view that has 3 buttons, namely: Query Ws Insert BD BD Query I'm using @ Html.BeginForm to submit the button action and call...
asked by 23.02.2018 / 18:43