소스 검색

Listing 6.24: load()-ing part of a document.

Frederic G. MARAND 9 년 전
부모
커밋
afdae683a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Chapter 6/06.js

+ 1 - 1
Chapter 6/06.js

@@ -133,7 +133,7 @@ $(document).ready(function () {
 
   $('#letter-h a').click(function (event) {
     event.preventDefault();
-    $('#dictionary').load('h.html');
+    $('#dictionary').load('h.html .entry');
   });
 
   var $loading = $('<div id="loading">Loading...</div>')