我有這樣的:在特定類的div中計算元素?
$('.project-header').html('Projects (' + numProjects + ')');
$('.task-header').html('Tasks (' + numTasks + ')');
$('.case-header').html('Cases (' + numCases + ')');
凡numProjects應該例如:
$('.project-header').numElementsWith('.external-element');
是否有某種方式來獲得匹配這樣的類元素的數量?
感謝