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 has been archived by the owner on Jul 24, 2019. It is now read-only.
$('#editor').on('keyup', function() {
// alert($("#editor").html()); // can use this to check and make sure your editor is responding
$("#div_you_want_the_text_duplicating_in").html($("#editor").html());
});
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i tried to make a paste button using
data-edit="paste"
but it doesn't work !!!!!!!!
The text was updated successfully, but these errors were encountered: