Questions tagged as 'input'

3
answers

How do I capture the numbers for an array on a single line?

I have to write a C ++ code in a question where the user first inserts a number that determines the size of an array, and then inserts in a single line, separated by spaces, the numbers of that array so that stored. How do I capture these number...
asked by 15.03.2017 / 05:42
0
answers

word limit with jquery

I'm using xoxco's jquery.tagsinput plugin to insert a tagged field into my article, but I need a tag limit inserted there, so I need a word counter to limit how many words are inserted, with the pluguin, whenever the user types "space" creates a...
asked by 05.03.2017 / 00:45
1
answer

Input ('type = number'). each (function ())}}; does not recognize value only returns NaN

The question title function only works by returning a type = range entry as number in the browser. While in Smarthphone only NaN returns, probably jquery.1.9.1.js or jquery-mobile.1.4.5.js is not supported, any suggestions? JS Code <s...
asked by 02.03.2017 / 04:13
0
answers

Input File in specific directory

I need to create a system to attach files that will be used via the Web to attach the link. But the calls are saved on a local server by the side (\ 192.168.0.6 \ VOICE \ voice). When I click on attach it opens my local folder and I can not...
asked by 02.02.2017 / 04:59
2
answers

How to set a select field with a predefined value

I need to make the select field bring me the information that is in
asked by 25.11.2016 / 15:47
2
answers

Autocomplete in dynamic fields

I have an autocomplete system and dynamic fields, my autocomplete does not work from the second dynamic field nor do I stop using the id tags and replacing them with classes, please see: <script> jQuery(document).ready(function ()...
asked by 14.11.2016 / 12:50
0
answers

Transforms letters into numbers with a function

I am developing a code that consists of taking a letter and transforming it into a corresponding number (Example A-> 1, B-> 2 ...), and that letter is received through% . I found a topic that helped me in the conversion part of these values h...
asked by 30.11.2016 / 19:12
1
answer

How to access page according to input field?

Hello, I have an input field in my HTML, I want to make it depending on the text you type, it goes to page x or y. I also need that depending on, go to a page and on that page change the src of an image to a specific path. I thought of using...
asked by 06.11.2016 / 05:34
2
answers

Input does not send value from combobox

<TR> <TD bgcolor="#CCCCCC" class="myinputstyle" size=16 >Cidade:</TD> <TD> <select name="cidades" > <option value=""></option> <option value="sp">S...
asked by 21.08.2016 / 00:11
1
answer

Recover file from input file bootstrap [duplicate]

Is there any difference in time to recover the Input File file in Bootstrap for common HTML? I am using the following code: and retrieving / printing on the other page with echo $ fileSize = $ _FILES ['file'] ['size']; I tried both with...
asked by 25.07.2016 / 18:12