jquery - Automatically display a div once all radio button sets have answers -
I am stuck on this problem for a while that I have focused on it and coding other quiz style Ella- Buysfed Now, the logic goes, "Once a radio button is clicked in the radio button sets, the div shows"
I have solved the problem by "to some degree", alias Listens when creating a button when a radio button is clicked in all the sets. But, it is not what I want to do.
Help?
Part of the code goes ... // Result Algorithm $ ('# submit'). Click (function () {var likes 1 = 0; var option 2 = 0 ; Var option3 = 0; var option 4 = 0; var option 5 = 0; var choice = 6; $ ('input [type = radio]'). ("Disabled"); // for all queries If required (($ ("input [name = 'qa4']: checked"). Length == "0") ($ ("input [name = 'Qa5']: check"). Length == "0") {alert (please "answer all questions");} else {// Answer the answer to answer (persian ($ ("input (name) case 1: preference 1 ++; Pause; Case 2: Choice 2++ Pause; Case 3: Choice 3++ Pause; Case 4: Elections 4++ Pause; Case 5: Choice 5++ Pause; Case 6: Choice 6++; break;}
Full code Bella:
I resolve my .click ()
by inserting derescents ()
inside a function and calling it from .click ()
.a-options
once each input is : checked
;)
Comments
Post a Comment