1.0.0 • Published 4 years ago

nurulc.github.io v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

nurulc.github.io

Go to the site

Remember to disable pre and post install scripts in NPM

bash npm config set ignore-scripts true

TryIt

Small utility to create code to perform tryit functionality

<div id="tryit1-container" >
  <div class="tryit-cotrol">
    <button onclick="tryIt('tryit1')">Tryit</button>
  </div>
  
    <textarea id="tryit1" class="tryit-code">
      var x = {value: 1/2.0, name: 'This is my Name'};
      x
    </textarea>
 
  <div id='tryit1-error' class="tryit-error"></div>
  <div id="tryit1-display" class="tryit-display"></div>
</div>

hello

1.0.0

4 years ago