app/soc/content/js/survey-take-090708.js
changeset 2800 cd9eed2b787e
parent 2572 1ad6d986be6d
equal deleted inserted replaced
2799:0fe7767592d0 2800:cd9eed2b787e
    52         }
    52         }
    53       ).end()
    53       ).end()
    54       .find('.pick_multi').each(
    54       .find('.pick_multi').each(
    55         function () {
    55         function () {
    56           $(this).find('input').each(
    56           $(this).find('input').each(
       
    57             /*jslint white: false */
    57             function () {
    58             function () {
    58               // if $(this).attr('checked', 'true');});
    59               // if $(this).attr('checked', 'true');});
    59             }
    60             }
       
    61             /*jslint white: true */
    60           );
    62           );
    61         }
    63         }
    62       );
    64       );
    63     }
    65     }
    64 
    66 
   140 
   142 
   141    /*
   143    /*
   142    * == Customize Comment Appearance ==
   144    * == Customize Comment Appearance ==
   143    */
   145    */
   144 
   146 
   145    var comments = widget.find('td > .comment');
   147     var comments = widget.find('td > .comment');
   146    comments.each(function(){
   148     comments.each(function () {
   147      $(this).parents('tr:first')
   149       $(this).parents('tr:first')
   148            .prev().css({'margin-top': '-10px'})
   150            .prev().css({'margin-top': '-10px'})
   149            .find('label').css({'font-size': '11px'});
   151            .find('label').css({'font-size': '11px'});
   150    });
   152     });
   151 
   153 
   152   });
   154   });
   153 }(jQuery));
   155 }(jQuery));