Skip to content

Instantly share code, notes, and snippets.

@gorosz
Created September 11, 2013 05:47
Show Gist options
  • Save gorosz/6519746 to your computer and use it in GitHub Desktop.
Save gorosz/6519746 to your computer and use it in GitHub Desktop.
[javascript] - radio_on_change
<script>
$('input[type="radio"]').on('click change', function(e) {
ajax("{{=URL('default', 'avaya_match_report')}}", ['criteria'], "reportresult")
console.log(e.type);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment