var x = document.getElementById("something22").value; $("#Goo").click(function(){ $(".degis").each(function() { $(this).val(x); }); });