I have a list in which I need to had a break for every two elements:
Original:
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
Need:
<ul>
<li></li>
<li></li>
</br>
<li></li>
<li></li>
</ul>
Fiddle: http://jsfiddle.net/9uksT/
Is this possible with Jquery?
EDIT: Oh wow sorry for the question. I am also open to using CSS. I just need to have a space between every 2 pairs of list items
` tag is not a closing tag, and `
` can only contain `- `, not `
– rid Jan 24 '14 at 15:45`.
is
– Muleskinner Jan 24 '14 at 15:46