$(document).ready(function() { $("input").attr({ "max" : 10, // substitute your own "min" : 2 // values (or variables) here }); });