$(document).ready(function() {
    $('.lockable').click(function() {
        $(this).disabled = true;
    });
});
