Skip to content

Instantly share code, notes, and snippets.

@tokapeb
Created June 22, 2012 12:40
Show Gist options
  • Select an option

  • Save tokapeb/2972533 to your computer and use it in GitHub Desktop.

Select an option

Save tokapeb/2972533 to your computer and use it in GitHub Desktop.
<head>
...
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="jcsdl/jcsdl.min.js"></script>
<link rel="stylesheet" type="text/css" href="jcsdl/jcsdl.min.css" />
...
</head>
<body>
...
<div id="jcsdl"></div>
...
<script type="text/javascript">
var editor = new JCSDLGui('#jcsdl');
var element = $(document.body).find('#jcsdl');
var editor = new JCSDLGui(element);
</script>
...
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment