Are you up for a good challenge?
In my MVC project, I have a dynamic list of divs that I want to split into two columns.
The number of divs in the list is unknown.
How would you go about achieving this task?
EDIT: Just to clarify, when I say split, I'm referring to splitting from a UI perspective only.
Sincerely, Malcolm