私は CEWP (webpart) を使用しており、このコードをそこに入れています。しかし、このコードは<head>
タグ内には入りません。このコードを<head>
タグに挿入する必要があります。
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$("*").each(function () { if ($(this).children().length == 0) { $(this).text($(this).text().replace('Respuesta','Responder')); } });
</script>
これどうやってするの?このコードは CEWP Web パーツでどのように機能しますか?