I have a SharePoint custom list called CIW that has a column called Status and this has the following possible values;
"Completed", "In Progress", "Not Started" & "Cancelled".
I would like jQuery to run against the list and get a total of each of the Status, e.g.
"Completed"=20, "In Progress"=11, "Not Started"=15 & "Cancelled"=3
If possible output the results to a table.
