Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if($('#answered-question').val('Yes')){
  2. $nextLabel.has(":input").addClass("show");
  3. } else {
  4. $(":input").removeClass("show");
  5. $("#all-color-question").addClass("show");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement