Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created September 27, 2017 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplethemes/f4fb321a2f330626641dc7db6aa390de to your computer and use it in GitHub Desktop.
Save simplethemes/f4fb321a2f330626641dc7db6aa390de to your computer and use it in GitHub Desktop.
var data = [
{
id: 1,
text: 'Adams'
},
{
id: 2,
text: 'Ashland'
},
{
id: 3,
text: 'Barron'
},
{
id: 4,
text: 'Bayfield'
},
{
id: 1,
text: 'Brown'
},
{
id: 2,
text: 'Buffalo'
},
{
id: 3,
text: 'Burnett'
},
{
id: 4,
text: 'Calumet'
},
{
id: 1,
text: 'Chippewa'
},
{
id: 2,
text: 'Clark'
},
{
id: 3,
text: 'Columbia'
},
{
id: 4,
text: 'Crawford'
},
{
id: 1,
text: 'Dane'
},
{
id: 2,
text: 'Dodge'
},
{
id: 3,
text: 'Door'
},
{
id: 4,
text: 'Douglas'
},
{
id: 1,
text: 'Dunn'
},
{
id: 2,
text: 'Eau Claire'
},
{
id: 3,
text: 'Florence'
},
{
id: 4,
text: 'Fond Du Lac'
},
{
id: 1,
text: 'Forest'
},
{
id: 2,
text: 'Grant'
},
{
id: 3,
text: 'Green'
},
{
id: 4,
text: 'Green Lake'
},
{
id: 1,
text: 'Iowa'
},
{
id: 2,
text: 'Iron'
},
{
id: 3,
text: 'Jackson'
},
{
id: 1,
text: 'Jefferson'
},
{
id: 2,
text: 'Juneau'
},
{
id: 3,
text: 'Kenosha'
},
{
id: 4,
text: 'Kewaunee'
},
{
id: 1,
text: 'La Crosse'
},
{
id: 2,
text: 'Lafayette'
},
{
id: 3,
text: 'Langlade'
},
{
id: 4,
text: 'Lincoln'
},
{
id: 1,
text: 'Manitowoc'
},
{
id: 2,
text: 'Marathon'
},
{
id: 3,
text: 'Marinette'
},
{
id: 4,
text: 'Marquette'
},
{
id: 1,
text: 'Menominee'
},
{
id: 2,
text: 'Milwaukee'
},
{
id: 3,
text: 'Monroe'
},
{
id: 4,
text: 'Oconto'
},
{
id: 1,
text: 'Oneida'
},
{
id: 2,
text: 'Outagamie'
},
{
id: 3,
text: 'Ozaukee'
},
{
id: 4,
text: 'Pepin'
},
{
id: 2,
text: 'Pierce'
},
{
id: 2,
text: 'Polk'
},
{
id: 3,
text: 'Portage'
},
{
id: 4,
text: 'Price'
},
{
id: 1,
text: 'Racine'
},
{
id: 2,
text: 'Richland'
},
{
id: 3,
text: 'Rock'
},
{
id: 4,
text: 'Rusk'
},
{
id: 1,
text: 'St. Croix'
},
{
id: 2,
text: 'Sauk'
},
{
id: 3,
text: 'Sawyer'
},
{
id: 4,
text: 'Shawano'
},
{
id: 1,
text: 'Sheboygan'
},
{
id: 2,
text: 'Taylor'
},
{
id: 3,
text: 'Trempealeau'
},
{
id: 4,
text: 'Vernon'
},
{
id: 1,
text: 'Vilas'
},
{
id: 2,
text: 'Walworth'
},
{
id: 3,
text: 'Washburn'
},
{
id: 4,
text: 'Washington'
},
{
id: 1,
text: 'Waukesha'
},
{
id: 2,
text: 'Waupaca'
},
{
id: 3,
text: 'Waushara'
},
{
id: 4,
text: 'Winnebago'
},
{
id: 1,
text: 'Wood'
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment