JSFiddle - React, Tailwind, and code Playground
by Alexander Lashchevsky
HTML
<h1 class="product_title entry-title">Сумка для клюшек Ice Man Classic 07</h1>
-
<div class="preoderCopyFrom">
<div class="preoder">
<input class="preoder-item"/>
<button>отправить</button>
</div>
</div>
-
<div class="preoderCopyTo"></div>
-
CSS
/*.preoder-item {display: none;}*/
JavaScript
var preoderForm = $('.preoderCopyFrom').html();
$('.preoderCopyTo').html(preoderForm);
$('.preoderCopyFrom').remove();
var preoderProductTitle = $('h1.product_title.entry-title').text();
$('.preoder-item').val(preoderProductTitle);