Browse Source

Exercise 1: on page load, load body contents of exercises-content.html.

Frederic G. MARAND 9 years ago
parent
commit
0971f6d8cc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Chapter 6/06.js

+ 2 - 0
Chapter 6/06.js

@@ -1,6 +1,8 @@
 $(document).ready(function () {
   'use strict';
 
+  $('#dictionary').load('exercises-content.html div');
+
   $('#letter-a a').click(function (event) {
     event.preventDefault();