Year split in Quarters using basic jQuery
- by Alexander Corotchi
Hi,
I have a interesting question:
I want to split the year into 4 quarters. What is the idea,
A quarter can be different:
The HTML Code:
<div class="quarterBody">
<span>04-29-2010</span>
<span>06-29-2010</span>
<span>08-29-2010</span>
</div>
jQuery (javascript) is total wrong, I…