function GetAlertCount() { 2 $.getJSON(param.alertListCountUrl, function (data) { // #1 3 $('#event1>a').html(data.alert1); 4 $('#event2>a').html(data.alert2); 5 $('#event3>a').html(data.alert3); 6 }, "json"); 7 }