Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:37
Show Gist options
  • Select an option

  • Save yaplex/ee720a94ac2c86357170b0bf7b3620d0 to your computer and use it in GitHub Desktop.

Select an option

Save yaplex/ee720a94ac2c86357170b0bf7b3620d0 to your computer and use it in GitHub Desktop.
function cityClick()
{
CityService.DoWork($get("txtName").value, onSuccess);
}
function onSuccess(data)
{
if (data)
alert(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment