$(function () { $("#cena").change(function () { $(this).next().next().text($(this).val()); }); $("#cena").change(); });