Closed ghost closed 9 years ago
Re: https://www.raptor-editor.com/documentation/tutorials/basic-integration
The HTML shows:
<div class="raptor">
The JavaScript shows:
$('.raptor-editable').raptor();
The JavaScript should probably read:
$('.raptor').raptor();
Or the HTML should read:
<div class="raptor-editable">
Thanks for that I have updated the gist
Re: https://www.raptor-editor.com/documentation/tutorials/basic-integration
The HTML shows:
The JavaScript shows:
The JavaScript should probably read:
Or the HTML should read: