Questions tagged as 'input'

2
answers

Why only save the last record in the table?

Well, here's a little help, please! <%= form_tag(portabilizar_portabilidades_path, name: 'form', method: :get) do %> <table class="table table-condensed table-bordered table-hover"> <thead> <tr>...
asked by 17.05.2016 / 21:19
1
answer

Handle path of a form input sent to url

I'm testing a search field that sends what the user types directly to the site I've chosen (on a new tab), searching the site itself, and works perfectly. However, I would like to know if I can manipulate this address that is sent to the url....
asked by 08.07.2015 / 19:25
2
answers

PHP does not take autocomplete values

Good morning, I have a small problem and I hope you can help me: Search_CEP           <!-- Adicionando JQuery --> <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <!-- Adicionando Javascript -->...
asked by 13.04.2015 / 07:56
0
answers

Make Direct Link with page information

A few days ago Blogger changed their video sharing system. Before they provided 1 link like this link Now to have the video they have put a button with the option to download the video. clicking on the link that address is provided...
asked by 13.11.2018 / 14:08
0
answers

Autocomplete after pasting Jquery text

Hello, I have the following Sharepoint problem in the following input: <input id="listNCM" class="ms-long ui-autocomplete-input" autocomplete="off"> You input product search by numbers, the guy starts typing the number and the auto...
asked by 28.08.2018 / 22:22
1
answer

staff I'm trying to make an input of type text, and what I type in it I want to play inside a variable?

<input id="a_input" type="text" > var b = document.getElementById ('a_input'). innerText = '';     
asked by 13.07.2018 / 03:39
1
answer

Pull data from a table for inputs on the same page

I need help pulling values that are within table . I made a code using table with $sql = "select * from equipamentos"; to pull the data that I implemented in the Mysql Bank, but specifically in the Equipment Table. I can use...
asked by 18.05.2018 / 22:32
1
answer

How do I specify a remote address, within several others, using an input type="checkbox"

I have a menu made with 'ul' lists with a sub-menu displayed when clicking on the 'checkbox' The element is too far away and the reference using the 'checkbox' is fine at the beginning, I'm not sure how to specify the address # sm2, in order to...
asked by 22.05.2018 / 23:02
2
answers

ComboBox with CheckBox and Input Text options

Good afternoon guys, I would like to know if it is possible in a form to create a combobox with options to select in checkBox and text box to populate with a value. (According to image) and then I can send the selected item with the respective v...
asked by 13.04.2018 / 18:26
2
answers

How to get the input value in real time? [duplicate]

I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> There are two inputs type radio that sends hidden pro input value, I want to get the value of this i...
asked by 12.04.2018 / 23:22