Steps to creating a jsFiddle

  1. Create a jsfiddle.net account. Click right most top icon login/signup
  2. Open up one of the jsFiddles for this assignment: jsFiddle Mouse, jsFiddle Keyboard or jsFiddle Document
  3. Click the fork - to fork off a new jsFiddle (a fork creates a new jsFiddle based on previous jsFiddle)
  4. Copy (Ctrl^C) and Paste (Ctrl^V) the form table code from eventTable.html into HTML dialog panel
  5. Copy and paste JavaScript jquery event handlers from eventTable.js
  6. You should already have the CSS code from the fork.
  7. Click Update/Run to test the current code.
  8. Make sure you have inspect element with JavaScript console window open. The line numbers will be incorrect,
    but the JavaScript error message are still very important.
  9. Note each time you click update, it will create a new version. Use set as base to maintain one base version.
  10. Add the additional event handlers.
  11. Make sure you use set as base, Click share to get the jsFiddle link.
  12. You will have the jsFiddle account for a very long time.