$('.productPreview').sortElements(function(a, b){ return parseInt($(a).find('.price').text(), 10) < parseInt($(b).find('.price').text(), 10) ? 1 : -1; });