Loading js/helpfulness.js +28 −29 Original line number Diff line number Diff line Loading @@ -23,24 +23,23 @@ $('.helpfulness_no_description').css('display', 'block'); } } }); $('input:radio[name=helpfulness_rating]').change(function () { var value = $(this).val(); $('.form-item-helpfulness-comments').slideDown('slow'); $('.helpfulness_submit_button').slideDown('slow'); $('.form-item-helpfulness-comments').show(); $('.helpfulness_submit_button').show(); if (value === '1') { $('.helpfulness_no_title').hide('slow'); $('.helpfulness_yes_title').slideDown('slow'); $('.helpfulness_no_description').hide('slow'); $('.helpfulness_yes_description').slideDown('slow'); $('.helpfulness_no_title').hide(); $('.helpfulness_no_description').hide(); $('.helpfulness_yes_title').show(); $('.helpfulness_yes_description').show(); } else { $('.helpfulness_yes_title').hide('slow'); $('.helpfulness_no_title').slideDown('slow'); $('.helpfulness_yes_description').hide('slow'); $('.helpfulness_no_description').slideDown('slow'); $('.helpfulness_yes_title').hide(); $('.helpfulness_yes_description').hide(); $('.helpfulness_no_title').show(); $('.helpfulness_no_description').show(); } }); }); })(jQuery); Loading
js/helpfulness.js +28 −29 Original line number Diff line number Diff line Loading @@ -23,24 +23,23 @@ $('.helpfulness_no_description').css('display', 'block'); } } }); $('input:radio[name=helpfulness_rating]').change(function () { var value = $(this).val(); $('.form-item-helpfulness-comments').slideDown('slow'); $('.helpfulness_submit_button').slideDown('slow'); $('.form-item-helpfulness-comments').show(); $('.helpfulness_submit_button').show(); if (value === '1') { $('.helpfulness_no_title').hide('slow'); $('.helpfulness_yes_title').slideDown('slow'); $('.helpfulness_no_description').hide('slow'); $('.helpfulness_yes_description').slideDown('slow'); $('.helpfulness_no_title').hide(); $('.helpfulness_no_description').hide(); $('.helpfulness_yes_title').show(); $('.helpfulness_yes_description').show(); } else { $('.helpfulness_yes_title').hide('slow'); $('.helpfulness_no_title').slideDown('slow'); $('.helpfulness_yes_description').hide('slow'); $('.helpfulness_no_description').slideDown('slow'); $('.helpfulness_yes_title').hide(); $('.helpfulness_yes_description').hide(); $('.helpfulness_no_title').show(); $('.helpfulness_no_description').show(); } }); }); })(jQuery);