Steps to creating a jsFiddle
- Create a jsfiddle.net account. Click right most top icon login/signup
- Open up one of the jsFiddles for this assignment: jsFiddle Mouse, jsFiddle Keyboard or jsFiddle Document
- Click the fork - to fork off a new jsFiddle (a fork creates a new jsFiddle based on previous jsFiddle)
- Copy (Ctrl^C) and Paste (Ctrl^V) the form table code from eventTable.html into HTML dialog panel
- Copy and paste JavaScript jquery event handlers from eventTable.js
- You should already have the CSS code from the fork.
- Click Update/Run to test the current code.
- 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.
- Note each time you click update, it will create a new version. Use set as base to maintain one base version.
- Add the additional event handlers.
- Make sure you use set as base, Click share to get the jsFiddle link.
- You will have the jsFiddle account for a very long time.