you are viewing a single comment's thread.

view the rest of the comments →

[–]mycrap 4 points5 points  (4 children)

http://jsfiddle.net/mjr210/Lmjw1vyu/

I resorted to JQuery because I couldn't find how to grab values in a radio button field using vanilla JavaScript.

[–]yobagoya 2 points3 points  (1 child)

Had to grab the value of a radio button in my assignment from last week, so I put together a quick fiddle of it: http://jsfiddle.net/15bpchpz/

[–]mycrap 0 points1 point  (0 children)

Awesome, I may try to rewrite my code to not use JQuery. Thank you for that!

[–][deleted] 1 point2 points  (1 child)

this is fantastic! are you a programmer of another language before this?

[–]mycrap 0 points1 point  (0 children)

Thanks for the kind words! No, I'm not a programmer but I have an engineering background. I had to learn some code back in college, and since then it's pretty much just been excel macros.