Skip to content

Instantly share code, notes, and snippets.

@charyorde
Created August 27, 2013 14:21
Show Gist options
  • Save charyorde/6354150 to your computer and use it in GitHub Desktop.
Save charyorde/6354150 to your computer and use it in GitHub Desktop.
set focus out of a callback function
<script type="text/javascript">
function onContributionWizardAfterAddEntry(entries) {
for(var i = 0; i < entries.length; i++) {
parent.top.$j("#externalVideoID").val(entries[i].entryId);
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment