Could someone tell me how to shorten the following code? Thanks.

          if ($('.def').length == 0) {
            $('#no-defs').show();
          }
          else {
            $('#no-defs').hide();
          }

Reply via email to