Skip to main content

All Questions

Tagged with
1 vote
3 answers
11k views

jQuery dynamic creation of input fields based on the number selected in a dropdown menu?

I am trying to accomplish something along the lines of this: http://devblog.jasonhuck.com/assets/infiniteformrows.html But... I want to display a dropdown select field, with values 1 to 20, and ...
Crazy Serb's user avatar
  • 76.3k
0 votes
2 answers
10k views

codeigniter form validation for dynamic form input names

I have a codeigniter app. My view uses the database row ID to append to the input name to get a unique ID. this allows me to use all inputs in my form action, which is update. my View syntax: <?...
Smudger's user avatar
  • 10.7k
9 votes
2 answers
15k views

Form not submitting dynamically generated inputs (jQuery)

Hello I'm trying to dynamically generate some inputs for my form, but it's not posting the new inputs generated, so far I've been searching around and the only thing I was able to find is to make the ...
nyanko's user avatar
  • 147
4 votes
4 answers
33k views

JS - Dynamically change Textfield

I'm trying to change the value in one textfield from the value of another textfield without any submits. Example: [Textfield 1 (type 'hello')] [Textfield 2 ('hello' is inserted here as well)] Below ...
Oliver Jones's user avatar
  • 1,430
0 votes
3 answers
3k views

Add styles to dynamically added elements with jQuery

heres the demo http://lufi.realservers.info/demos/add_forms_dynamically/ when i add another element (input boxes) i cannot remove the italicized-grayed labels inside unlike the first input boxes. ...
kapitanluffy's user avatar
  • 1,267