@@ -32,4 +32,10 @@ $(document).ready(function () {
$('#dictionary').html(html);
});
+
+ $('#letter-c a').click(function (event) {
+ event.preventDefault();
+ $.getScript('c.js');
+ });