@@ -3,6 +3,7 @@ $(document).ready(function () {
$('#letter-a a').click(function (event) {
event.preventDefault();
- $('#dictionary').load('a.html');
+ $('#dictionary').load('a.html');
+ alert('Loaded');
});