Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Drupal 网站。
我已经安装了一个 htmlarea 模块,它工作正常。
现在表单中的所有textarea都变成了htmlarea。
如何仅将某些特定的 textarea 更改为 htmlarea。
htmlarea.js 中有一个代码片段,它在下载 htmlarea zip 时得到
$('textarea[@editor="xinha"]').each(
将此部分更改为
$('textarea[@name="description"]').each(
其中'description'是特定文本区域的名称,我们需要更改