我想在Ajax之后更新WP编辑器textarea,但它不起作用。
我的Ajax成功函数中有以下内容:
$(\'input#pn\').val(response.name);
$(\'select\').val( response.category_name );
$(\'textarea#pd\').val(response.description);
$(\'textarea#ld\').val(response.long_description);
ld
是的id
wp_editor
text区域。
前三项工作,但第四项是wp_editor
.