Hazel Mahmud

Hazel Mahmud

  • NA
  • 299
  • 65.8k

return line means

Jan 23 2016 11:48 AM
$('div.grid').filter(function () {
var lis = $(this).find('#menu');
return lis.length === lis.filter(':empty').length;
}).hide();
 
can someone explain to me, what does the return  line means?..TQ

Answers (1)