Debugging jlinq

by alr3

HTML

<script src="https://raw.github.com/hugoware/jlinq-beta/master/jlinq.js"></script>

JavaScript

var clubsDataStore = [
{
    "ClubId": "TestWith01",
    "ClubName": "TestWith01",
    "_DistrictNumber": "K05",
    "MeetingDay1": "2nd & 4th MO",
    "MeetingTime1": "6:30 PM",
    "MeetingDay2": "",
    "URL": "http://www.kiwanisgulfbeaches.com",
    "Latitude": 37,
    "Longitude": -122,
    "MeetingAddress": {
        "Address1": "Sample With Quotes",
        "Address2": "",
        "Address3": "",
        "City": "Treasure Island",
        "State": "FL",
        "PostalCode": "33706",
        "Country": "United States"
    }
},    

{
        "ClubId": "TestWithout02",
        "ClubName": "TestWithout02",
        "_DistrictNumber": "K05",
        "MeetingDay1": "2nd & 4th MO",
        "MeetingTime1": "6:30 PM",
        "MeetingDay2": "",
        "URL": "http://www.kiwanisgulfbeaches.com",
        "Latitude": 37.5,
        "Longitude": -122.5,
        "MeetingAddress": {
            "Address1": "Sample With Quotes",
            "Address2": "",
            "Address3": "",
            "City": "Treasure Island",
            "State": "FL",
            "PostalCode": "33706",
            "Country": "United States"
        }
    },



{
    "ClubId": "K16868",
    "ClubName": "Gulf Beaches",
    "_DistrictNumber": "K05",
    "MeetingDay1": "2nd & 4th MO",
    "MeetingTime1": "6:30 PM",
    "MeetingDay2": "",
    "URL": "http://www.kiwanisgulfbeaches.com",
    "Latitude": 27.770411,
    "Longitude": -82.768801,
    "MeetingAddress": {
        "Address1": "3rd Floor- 400 Treasure Island Causeway",
        "Address2": "",
        "Address3": "",
        "City": "Treasure Island",
        "State": "FL",
        "PostalCode": "33706",
        "Country": "United States"
    }
},
{
    "ClubId": "K16868",
    "ClubName": "Gulf Beaches",
    "_DistrictNumber": "K05",
    "MeetingDay1": "1st MO",
    "MeetingTime1": "7:00 PM",
    "MeetingDay2": "",
    "URL": "http://www.kiwanisgulfbeaches.com",
    "Latitude": 27.903471,
    "Longitude": -82.662129,
    "MeetingAddress":...