Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $.post('/SomePage/GetSelectedUsers, { packageKey: '09952BDC-4B5C-4B51-B89F-648D1C2DF575' }, function(data, textStatus) {
  2.                if (textStatus == 'success') {
  3.                    _selectedUsers = data;
  4.                }
  5.            }, "json");