0
votes
1answer
16 views

AngularJS input with ng-model should be empty in pristine state

Here is an input element I have in a HTML form: <input ng-model="amount" /> As of now, since $scope.amount = 0 in my controller, it shows with that value. What I need is the input to be blank ...
0
votes
1answer
27 views

How to remove the blue cross on datetime-local HTML input in Chrome 27?

I was using the datetime-local input but since Chrome v27 a blue cross appears which allows to clear the choosen datetime. I don't want it and get back to the input we had with chrome 26. Here is how ...
3
votes
2answers
51 views

Input value disables Enter key

I have the most annoying problem ever! I'm using an easy to use password script: var count = 2; function validate() { var un = document.myform.username.value; var pw = ...
0
votes
1answer
38 views

html input button text

What I want to do is to include a small table as the display text on a button. My button is set to be 15% of the screen width and 25% of the height with various other styling features done using css. ...
1
vote
0answers
28 views

Javascript /Html schedule manager inputs handling

i am making a agenda manager and i have a javascript that is called whenever a input is entered, the javascript should store all the inputs. It is working when only one input is entered. I want to ...
0
votes
2answers
22 views

Show formatting in input text html

Is there anyway to show text in input text and not as hmtl. I mean: This is</b> bold"/> I would like to see in the text input This is bold for the output of input text. Is there any way to do ...
0
votes
2answers
30 views

Specify an input type name?

I'm making a contact form. Now obviously I'll want the message box bigger than the Email and Subject input boxes. So obviously I can't just type in my input in css because it'll change all boxes. I ...
0
votes
2answers
22 views

Aligning form input boxes?

I have an example here: http://jsfiddle.net/3zSbt/ I don't know how I'd even up my input boxes with eachother... Any help would be greatly appreciated. HTML <div id="contactContent"> ...
0
votes
3answers
48 views

Dynamically add input fields when needed

I'm trying to add extra input fields to my HTML form as they are needed. Here's my code: My code JS $(document).ready(function(e) { var i = $('.form-inputs input').size() + 1; ...
1
vote
3answers
26 views

WebImage.GetImageFromRequest returns null when file is present

My WebImage.GetImageFromRequest returns null, even when there is a file. How can this be? The cshtml code: @{ if(IsPost) { if(Request["upload"] != null) { image = ...
0
votes
1answer
21 views

Html/css aligning difficulty (label, input, span)

I was busy creating a standard for forms. My form is build up by div, label, input, span. div class="formulier"> <label for="gebruikersnaam">Gebruikersnaam</label> <input ...
1
vote
3answers
30 views

Run a function at the first keypress event on an input

I have an input element with an onkeypress event that runs a function, change(). The problem is that the function doesn't run for the very first keypress. For example, I have to type 55 instead of 5 ...
0
votes
1answer
54 views

how to move the text in input using js

I just use js to set an text input's value. But when the text is longer than input can hold, the excess text is hidden in the right part of the input. How can I hide the excess text in left area just ...
0
votes
1answer
44 views

customizing paypal checkout, including php variable

I'm trying to add a "custom" value to the 3rd party checkout PayPal option. The problem I'm having is the PHP variable is being displayed on the screen. I'm passing the shopping cart values in a ...
-2
votes
3answers
44 views

style input file button with JS - change text after file chosen

I have an HTML input which I am hiding because I don't like to see "Choose a file". http://jsfiddle.net/tPTxJ/ Codes: <a href="#" onclick="document.getElementById('userFile').click(); return ...
0
votes
0answers
29 views

Ho to add input box dynamically and submit the result on top / under the input boxes (NOT on alert box)?

May i note that i have no knowledge of php or javascript Your input would be appreciated ... I have found a script to do what i need, except for the fact that the results are displayed in array. (the ...
2
votes
6answers
91 views

Is “type” required for an input?

So I'm again amidst a philosophical debate; Should you specify a type for an input when all you want is a text input? The default for type is of course text, so omitting the default attribute ...
1
vote
2answers
45 views

Slashes are added automatically [duplicate]

I have a script on my local server which has some input tags where you can add some data which will be stored in a mysql database. On my local server, the data is added as it should but on my server, ...
2
votes
1answer
55 views

form is not creating post variables

I have a form and its not creating post variables, why is this? the code is below. The function createMedewerkerList(); is not the issue try'd removing all functions used in there but it didnt work ...
1
vote
4answers
60 views

How to find which input field is modified?

I have couple of input field and values in them. This is projected to the user. The user can modify these values and submit them. When submitted, I need to check which input field is modified. I can ...
0
votes
0answers
32 views

Php file not retrieving data from file directly

I have a folder of images and I only want to select specific images from that folder, so I created a .txt file with the names of the files i wanted to be selected from that folder, I then made it so ...
2
votes
8answers
62 views

Input field value's length

Is there a way with jQuery to find out the width of text inserted in input field of type text? I need that info because I need to perform some work when certain with is achieved. Also it would be ...
0
votes
2answers
28 views

How to prevent insertion point from changing its position in an input element when pressing arrows?

I have an auto-complete box where user can choose between results with arrow keys while the input element is in focus. when the user uses up and down arrows, the insertion point jumps between the ...
0
votes
1answer
66 views

More than 3-Way Checkbox

I want to implement an country-selection-input. In other words, I've got a form with a 25x25px flag, which I want to be clickable - say, german as default, first click changes it to netherlands, ...
-2
votes
1answer
29 views

Validate entering input field value should start with http://www.something.com [closed]

If somebody entering an input field, it should start with "http://www.something.com/". After ".com/" can type any extension. That is http://www.something.com/ is must. Anybody help this out?
0
votes
3answers
61 views

Passing a user-entered input value to another php page

I have an input box in index.php which takes some user input and queries a database using that input field as an attribute. This input is stored in $arrInput[0]. I also have a link to inspect.php ...
1
vote
3answers
48 views

How to access form input value in javascript with special characters in input name?

I have a form for which I cannot change the input value field names. One such field is in the HTML as follows: <body> <form id="f" method="get" action="/code/submit.php"> <input ...
-2
votes
7answers
106 views

What's the difference between input and :input [duplicate]

I've seen two ways of select input: $("input") and $(":input") Is there any difference between them?
0
votes
2answers
130 views

DatePicker With Today and DateFormat

I have been trying to create a jQuery UI function for the datepicker, and after reading all the forums and snippets out there, I realize that a vast majority of answers have been deprecated and/or ...
-2
votes
0answers
20 views

Input box content directs to url in iframe [closed]

Okay, so I have a web page and an input box on that page I need a script so when a user enters something into the box it will direct an iframe on the same page to that location Example Inputbox = ...
0
votes
5answers
73 views

How to not clear input fields in php form?

I have a webpage that uses php and has a bunch of input fields in which a user enters some data and I turn the input into an SQL statement to query some database. I successfully parse the input fields ...
0
votes
3answers
56 views

Css attribute selector for inputs not working in IE8

I have the following css code working in Firefox/Chrome but not in IE8 input[type='text'] { float: right; width: 170px; } If I remove the attribute selector, it works in IE but it applies ...
3
votes
2answers
103 views

CSS selector for general textboxes

Is there a way to select every kind of textbox with a CSS selector to give them all the same width, for instance? By textbox, I simply mean something that the user can type into. My problem is that ...
0
votes
3answers
71 views

Activate input field from input checkbox

I want to activate the input field from checking the checkbox. I have a basic form here: <ul> <li> <label id="form-title" for="name3">Specifics:</label> <li> ...
0
votes
2answers
48 views

How to select the previous input independent of the HTML structure?

I searched a lot trying do solve this problem but I just found specific solutions, I wonder if there's a way to select the previous input text independent of the HTML structure. Don't know if that is ...
0
votes
1answer
32 views

Place one HTML input directly below another with HTML

So I have a bunch of HTML elements I'm creating dynamically. I would really like the element "imageBox" to appear directly below the "mediaBox" instead of to the left of it like it is now. Here is my ...
0
votes
1answer
86 views

My codeigniter form sends textarea using post, and does not send input type text

All. My Codeigniter has one input type="text" and one textarea. Already on sending I can see (Chrome network sources), that $_POST array does not include input type="text" field, but includes ...
0
votes
1answer
38 views

css remove input text centering

I want to remove the default centering (vertical-align) on input fields, I have tried to use: input[type="text} { vertical-align: top; } Basically, I am building a "textbox" component, which has ...
0
votes
1answer
34 views

Imitate a password-type input while using a contenteditable div

I'm using contenteditable divs instead of input elements, because they are more flexible when it comes to styling within the input box. I'm just wondering if there's a way to make the input look like ...
1
vote
1answer
52 views

Incorrect error showing up when trying to use PHP to enter info into a MySQL database?

I'm trying to create a PHP script to connect an HTML form to a MySQL database, and everything is working except there is one input that cannot be null, and no matter what I do, the system doesn't seem ...
-3
votes
2answers
37 views

input text field value on focus [closed]

How can I make this in JQuery? I need it to show the keyword if there is text in the value input. http://imageshack.us/a/img849/3262/searchg.jpg
0
votes
2answers
53 views

Multiple checkboxes on a single page

Can anyone help me out with my ratingsystem? I'm trying to duplicate my section with the class of container(Entire progressbar), but whenever I do so the ratingbar only works for either one of the ...
-3
votes
0answers
95 views

Onclick event in HTML populate input button with Javascript var [closed]

I am trying to have the button Trip Calc input the value for Input the value for to Total Trip Cost with the JavaScript Variable TC. Seems like it sould be simple, but I am missing something simple. ...
1
vote
3answers
49 views

How to automatically scale input with static placeholder?

I've been used this hack to create a static placeholder in the input: <div class="l_standard staticPlaceholder"> <label for="alias" style="cursor: text;">site.com/</label> ...
0
votes
2answers
45 views

Problems with setting input text and input submit at same height

I want to put a text input on the same line and height as a submit button. See the JSFiddle. In Chrome this works flawless, but in Firefox the submit button is lower than the text input. How do I fix ...
1
vote
1answer
71 views

Div disappears when typing in non-related textbox

I have a strange occurrence. I have a div which is both draggable and resizable. The following coding was used on it: $('#myID').draggable({snap:"#parentDiv"}).resizable(); Afterwards I created ...
1
vote
1answer
32 views

Spreadsheet-like input in html?

I'm writing a webpage (PHP/html/css) and I would like to let my users enter a lot of data, always consisting of the same information: day, hour, title, details, class. For this, I'd need a ...
0
votes
2answers
86 views

styling input outline border - CSS3

I have the following CSS3 source: input[type="text"], input[type="date"], textarea, input[type="radio"], input[type="number"], input[type="time"], input[type="password"] { background: #ffffff; /* ...
-4
votes
1answer
43 views

Counting values from inputs

I'm trying to sum the inputs in a table but I have a problem. The table looks like this: <tr> <td> <input type="text" class="ilosc" /> </td> <td> ...
0
votes
1answer
59 views

how to add comma in textfield in html web page [duplicate]

I have a web page in which I input data into an <input />, like 1000 so I want it to look like 1,000 but it does not change the ID value it just show for only becuase I am using same the ID in ...

1 2 3 4 5 22