$(document).ready(function() {
    $("a[id^='nyelv-']").click(function() {
        var x = $(this).attr('id');
        x = x.substring(6);
        $.post(host+'/', 'miez=nyelvvalaszto&nyelv='+x);
        return true;
    });
});
