I have a ajax event where i put a value depending
If text area is NOT wysiwyg is running OK but if text area is wysiwyg no running.
<?php
$pieca = 'Per a qualsevol pregunta o dificultat no dudtin en contactar amb nosaltres a la adreça de correo electrònic: info@fundacionshe.org<br>Saluts Cordials<br><br><br><img src="http://www.programasi.org/images/logo_ca.png">' ;
echo json_encode($pieca);
?>
Is there any methode for do it??
If text area is NOT wysiwyg is running OK but if text area is wysiwyg no running.
<?php
$pieca = 'Per a qualsevol pregunta o dificultat no dudtin en contactar amb nosaltres a la adreça de correo electrònic: info@fundacionshe.org<br>Saluts Cordials<br><br><br><img src="http://www.programasi.org/images/logo_ca.png">' ;
echo json_encode($pieca);
?>
Is there any methode for do it??