I'm newish to jQuery and I'm using it to build a timeline that loads its information from an XML document. I'm able to get the events to load and display but I can't seem to restrain the loop once it drills down to the events under each month.
My assumption is that I need to ad some sort of if(condition) statement (see line 23) and then return false to stop the loop.