Skip to content

Instantly share code, notes, and snippets.

@davidemaser
Last active January 20, 2016 15:27
Show Gist options
  • Select an option

  • Save davidemaser/3f7c727bbfb799f8ce69 to your computer and use it in GitHub Desktop.

Select an option

Save davidemaser/3f7c727bbfb799f8ce69 to your computer and use it in GitHub Desktop.
orGanizr plugin initiator
<script>
$(document).ready(function(){
$(this).organizr({
jsonData:'assets/ajax/bones.json',
jsFiles: false,
dataAsync:true
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment