Created
August 27, 2013 14:21
-
-
Save charyorde/6354150 to your computer and use it in GitHub Desktop.
set focus out of a callback function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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