I'm using this to change some tabs around. Is there a way to add hashes to the URL too or some way that i can enable back/forward buttons functions and link to a particular tab?
I am having quite a bit of difficulty trying to integrate a jScrollPane (or any custom scrollbar) into a tab that I'm using jquery to render a fade-in-fade-out effect.
I have some dynamically created text fields that I'd like to (when the back button on the browser is pressed) fill in again with the previous values the user has entered.
I am trying to create a dynamic shipping form. It is very complicated, but I hope that when complete, it will be totally fool-proof. Basically, what I have set up so far is an order entry...
In my opinion, all this playing around with the appendChild has become a bit too circumlocutious. I re-worked the thing to work exclusively with innerHTML.
yeah, that's what i mean. it should pull the value from the first layer of text inputs, «formfields» then create that number of new sets of text-inputs. so those fields must be given the id...
Since the files being transferred are pretty heavy (60 - 80 mb), I thought I'd incorporate a progress bar so the user will know something is happening. I was under the impression that Ajax was...
A while back, I asked for some help with dynamic form creation. I wanted a user to be able to enter into a text field how many designs he or she would like, then, based on that number, be...
I have a question. I am trying to make a dynamic form. I have seen this addressed in a few other threads, but it is first of all not exactly like my...