Available on Google PlayApp Store

I always filter the vocabulary in lessons by run this in console. $('#vocabulary-list… - Feed Post by bakanishi

I always filter the vocabulary in lessons by run this in console.
$('#vocabulary-list > ul > li').filter(function() {
return $(this).children('.stats').children('div:nth-child(3)').text() == 'excellent';
}).hide()
Maybe somebody need it
posted by bakanishi

Comments

bakanishi

Share