We have a form with a radio button group, where any one of the buttons may already be selected. We want to prevent a user from selecting one of the radio ... |
I have a javascript array of dates, in the form
{year:'2010',month:'6',day:'23'}
I need to have three <select>s in a row, the first populated with the years in the list, the second populated with ... |
ok so I am trying to dynamically create a select list using javascript, basically when someone clicks on a car make, the model select drop down needs to populate with the ... |
I am a javascript learner. I have a little script that is almost finished. I just want to put DIV's around the html select attribute. If I do that, my script ... |
How should I go about country and province selection in a HTML form when JavaScript is disabled?
I would normally add a disabled province select field with javascript, and when the user ... |
Hi I am an amateur programmer. I want to have the form appear dynamically without reloading the page once user clicks the radio button. Is there any reference I can find. ... |
I am using radio buttons as a way of sorting through paginated results. However, whenever the button is clicked and auto-submitted, it becomes unselected. I want to keep the button selected ... |
|
Currently we use SexyCombo to style our drop downs. It has some problems that don't exist in uniform.js, but uniform is difficult to integrate into an existing site. Are there any ... |
hello guys! I need help setting up a form, I want to do some pretty neat things: It will say: What countries do you want to visit? [FIELD] Part 1: I want that when a user starts typing into the field, it will suggest under things that match what you have typed so far, sort of like facebook search does. So ... |
Hi there, I don't know much about JavaScript so I apologize in advance for any stupidity I'm about to commit. I've read a bunch of scripts that let you reveal a div on the basis of a single pop-up selection but my form is a little more complicated than that. I have students who are asked to select between a) local ... |
hello guys! I need help setting up a form, I want to do some pretty neat things: It will say: What countries do you want to visit? [FIELD] Part 1: I want that when a user starts typing into the field, it will suggest under things that match what you have typed so far, sort of like facebook search does. So ... |
Please help me to move form selection fields to paren div. Hello everyone, noob here with a problem that I have been un able to solve in a week. I would like to put this in a div and move the form selection fields to the parent div, I am scrolling the rss output, so the selection fields need to be ... |
|
|
I have an html select powered by a script sandwiched inside a div and form passing a variable to an external javascript that works, but.... 1) HTML Validator doesn't like scripts inside element select in 4.01 Transitional; 2) Javascript Validator prefers dot notation method of retrieving the value in .js; 3) The questions: How can I keep 'em both happy? Can ... |
|