@@ -6,4 +6,9 @@ $(document).ready(function () {
$('#dictionary').load('a.html');
alert('Loaded');
});
+
+ $('#letter-b a').click(function (event) {
+ event.preventDefault();
+ $.getJSON('b.json');
+ });