You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2021. It is now read-only.
Hi,
I am appending textarea to div in ajax success with loop like this: for(var i = 0; i < 5; i++) { var html = '<textarea id="id_' + i + '"></textarea>'; $("#somediv").append(html); $("#id_" + i).wp_editor(); }
But only the first editor is having the visual toolbar like http://screencast.com/t/Ug0WEdw2VZJZ
Any suggestion?
Hi,
I am appending textarea to div in ajax success with loop like this:
for(var i = 0; i < 5; i++) {var html = '<textarea id="id_' + i + '"></textarea>';$("#somediv").append(html);$("#id_" + i).wp_editor();}But only the first editor is having the visual toolbar like http://screencast.com/t/Ug0WEdw2VZJZ
Any suggestion?