$(document).on('input propertychange', '#addShop .form-control', function() { if($(this).val().length>0){ $(this).css("color","#666"); }else{ $(this).css("color","#999"); } });