var errors = false;
$(this).find('span').empty();
$(this).find('input').each(function() {
if ($.trim($(this).val()) == '') {
errors = true;
//$(this).next().text('Не заполнено поле ' + $(this).prev().text());
alert('Введите номер телефона');
}
});
$prod->prname = preg_replace('/\s{2,}/', ' ', trim($prod->prname));
$text = preg_replace('#\"(.*)\"#', '($1)', $text);
$text = str_replace('/', ' - ', $text);