var down_url = '/?jump=xz'; jQuery(document).ready(function($) { $('.btn-down').each(function(){ $(this).attr('href',down_url); }); });