$('#ds-body > ul > li.ds-artifact-item.community.odd > ul').find('.collection a').each(function(i,e){ var tokens = $(this).text().split('- '); var coltype = tokens[tokens.length - 1].trim(); console.log(''); });