jeudi 17 décembre 2015

Condition between two radio buttons

I am trying to implement a menu that loads the next questions based on the users input.

I am able to implement it to a certain extent, but am struggling with being able to say:

if (item1.val() === 'veterans' && item2.val() === 'yes') {
    do something
}

I am doing this in jsbin, too much code for here: JSBin

Aucun commentaire:

Enregistrer un commentaire