Skip to content

Instantly share code, notes, and snippets.

@critmcdonald
Created August 15, 2018 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save critmcdonald/fedc64d84891e2252853b8139775412e to your computer and use it in GitHub Desktop.
Save critmcdonald/fedc64d84891e2252853b8139775412e to your computer and use it in GitHub Desktop.
sendHeight within query to set pym
<script type="text/javascript" src="https://pym.nprapps.org/pym.v1.min.js"></script>
<script>
var pymChildRoster = new pym.Child();
$(document).ready(function(){
... stuff here ...
pymChildRoster.sendHeight();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment