$(document).ready(function () { var test = 'aff_off'; if(test == 'aff_on'){ $('#filtres').css('display', 'block'); $('#aff_fil').val('aff_on'); } });