![]() Topic awaiting preservation: detecting checked values (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
![]() 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 |
![]() 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: |
![]() Actually I also have some other ids named "7_text" and they seem to work fine. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() |
Nervous Wreck (II) Inmate From: |
![]() Solved it. |
Paranoid (IV) Inmate From: France |
![]() |
Bipolar (III) Inmate From: Cold Sweden |
![]() > You can start the ID of a HTML object and use it with |
Bipolar (III) Inmate From: London |
![]() protoculture, |
Maniac (V) Inmate From: Sthlm, Sweden |
![]() what's wrong with using "box_1, box_2, box_3"? that's just as easy to parse and all within the specs? |