I have the following codes. How can I sort them in DESC order using jQuery? Or is it possible to use CSS to sort? But I prefer jQuery...
<div class="bf-attr-block-cont">
<div class="bf-attr-filter bf-attr-2 bf-row">
<span class="bf-cell bf-c-1">
<input type="checkbox" value="2pm.com" name="attribute_value[2][]" id="bf-attr-2-0">
</span>
<span class="bf-cell bf-c-2">
<label class="bf-attr-val" for="bf-attr-2-0">2pm.com</label>
</span>
<span class="bf-cell bf-c-3"><span class="bf-count">4</span></span>
</div>
<div class="bf-attr-filter bf-attr-2 bf-row">
<span class="bf-cell bf-c-1">
<input type="checkbox" value="Adidas" name="attribute_value[2][]" id="bf-attr-2-1">
</span>
<span class="bf-cell bf-c-2">
<label class="bf-attr-val" for="bf-attr-2-1">Adidas</label>
</span>
<span class="bf-cell bf-c-3"><span class="bf-count">2</span></span>
</div>
<div class="bf-attr-filter bf-attr-2 bf-row">
<span class="bf-cell bf-c-1">
<input type="checkbox" value="AJ Morgan" name="attribute_value[2][]" id="bf-attr-2-2">
</span>
<span class="bf-cell bf-c-2">
<label class="bf-attr-val" for="bf-attr-2-2">AJ Morgan</label>
</span>
<span class="bf-cell bf-c-3"><span class="bf-count">2</span></span>
</div>