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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Jan 23, 2016, 1:18 PM
var lis = $(this).find('#menu');
return lis.length === lis.filter(':empty').length;