|
|
@@ -362,15 +362,15 @@ $(document).ready( function() {
|
|
|
});
|
|
|
|
|
|
|
|
|
- $('.ev .survey_wrap .survey_con .survey_row input[type="radio"]').change(function(){
|
|
|
- if ($('.etc_radio').is(':checked')) {
|
|
|
- // $('.etc_input').removeAttr('disabled');
|
|
|
- $('.etc_input').css({'visibility': 'visible'});
|
|
|
- } else {
|
|
|
- // $('.etc_input').attr('disabled', true);
|
|
|
- $('.etc_input').css({'visibility': 'hidden'});
|
|
|
- }
|
|
|
- });
|
|
|
+ // $('.ev .survey_wrap .survey_con .survey_row input[type="radio"]').change(function(){
|
|
|
+ // if ($('.etc_radio').is(':checked')) {
|
|
|
+ // // $('.etc_input').removeAttr('disabled');
|
|
|
+ // $('.etc_input').css({'visibility': 'visible'});
|
|
|
+ // } else {
|
|
|
+ // // $('.etc_input').attr('disabled', true);
|
|
|
+ // $('.etc_input').css({'visibility': 'hidden'});
|
|
|
+ // }
|
|
|
+ // });
|
|
|
});
|
|
|
|
|
|
|