Hi,
I have a list of items I am retrieving which i wish to be grouped into divs depending on the common name that a set of the list items may have
say for instance a list of firstnames I have.
i would like to be able to create a div dynamically based on the items common attibutes.
id 23 fistname darren id 37 fistname darren id 67 fistname darren
id like to group all the firstnames darren into one div and any others that share common firstnames
cheers