var PHP_VARS = [] console.log(PHP_VARS) if(PHP_VARS[0].retail !=0){ $('.visibleRetail').removeClass('hide'); $('#retail').attr('href', PHP_VARS[0].domain_retail); } if(PHP_VARS[0].wholesale !=0){ $('.visibleWholesale').removeClass('hide'); $('#wholesale').attr('href', PHP_VARS[0].domain_wholesale); }