Ver Fonte

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

Frederic G. MARAND há 9 anos atrás
pai
commit
0971f6d8cc
1 ficheiros alterados com 2 adições e 0 exclusões
  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();