I\'m currently using the jquery dynamic form plugin to add form fields. http://sroucheray.org/blog/jquery-dynamic-form/
I asked this question previously: Disabling and Re-Enabling Dynamic Form Elements with JQuery but I feel that I was perhaps asking the wrong question.
At the moment my codeclones 3 dropdowns everytime you click the add button. I managed to get it to copy the row exactly because before, the first dropdown would reset by itself but the other two woul
I\'ve went all out on the Fiddle here so that you get (most of) the picture: http://jsfiddle.net/ch29z/11/
I have a question about \"more dynamic\" django forms. say, i have a webpage which represents Account with a list of users, soeach account will have 1 or more users, there is some javascript codeto g
Probably easiest to see on this fiddle: http://jsfiddle.net/pjQVJ/ If you select escherpropname in the first drop-down, the third drop-down is replaced by a text box input.
It will be easy to see using this jsfiddle: http://jsfiddle.net/6xPye/4/ What I have is two dropdowns whose values change depending on what you select in the first.
its probably easier if you can have a look at the code in action: http://jsfiddle.net/qe2zt/ Bascially, 开发者_StackOverflowall I want to do is stop the last set of dropdowns from being able to be d
I currently have my form presenting additions to the form depending onChange of my dropdown selection, however I want it also now do a similar thing on the newly presented input box, so, again using o
I need to provide 开发者_如何转开发the user with a button (CommandButton) on the form which by clicking it can add TextInputs to the form. But it is not needed to be DHTML or AJAXI was writing this co