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