Topic awaiting preservation: detecting checked values |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 04-25-2005 14:32
Ok, Here's my code below. I have my server side code generating these checkbox elements. And I've checked the source to make sure that the input id does equal "6". My question is why my code below is always returning false? |
Paranoid (IV) Inmate From: France |
posted 04-25-2005 14:40
The ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). |
Nervous Wreck (II) Inmate From: |
posted 04-25-2005 14:52
Actually I also have some other ids named "7_text" and they seem to work fine. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-25-2005 15:13 |
Nervous Wreck (II) Inmate From: |
posted 04-25-2005 15:17
Solved it. |
Paranoid (IV) Inmate From: France |
posted 04-25-2005 15:44 |
Bipolar (III) Inmate From: Cold Sweden |
posted 04-25-2005 15:50
> You can start the ID of a HTML object and use it with |
Bipolar (III) Inmate From: London |
posted 04-29-2005 13:44
protoculture, |
Maniac (V) Inmate From: Sthlm, Sweden |
posted 04-29-2005 22:35
what's wrong with using "box_1, box_2, box_3"? that's just as easy to parse and all within the specs? |