Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.     var rootPath = '/';
  3.     soundManager.url = rootPath + 'Content/SoundManager2/';
  4.  
  5.     $(function ()
  6.     {
  7.         $.coolType.setup({ soundFile: rootPath + 'Content/sounds/techtyping.mp3' });
  8.         $('#customFormElementWrappingTheCliTag').u413Client({ // FORM tag that wraps the CLI input text box
  9.             terminalDisplayElement: '#myCustomDiv', // DIV to display U413 text.
  10.             notificationsElement: '#myCusotmDiv2', // DIV to display notifications (not yet used.)
  11.             contextDisplayElement: '#myCustomSpan', // SPAN to display command context text.
  12.             loadingElement: '#myCustomDiv3', // DIV to show the "Loading..." animation.
  13.             cliElement: '#myCustomInputTag', // <input type="text" id="myCustomInputTag" /> tag for the command line.
  14.         });
  15.     });
  16. </script>
Add Comment
Please, Sign In to add comment