Created
June 22, 2012 12:40
-
-
Save tokapeb/2972533 to your computer and use it in GitHub Desktop.
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
| <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