Skip to content

Instantly share code, notes, and snippets.

View rouaks's full-sized avatar

Raphael Ouaknine rouaks

  • RAF&CO
  • Tel-Aviv
View GitHub Profile
@rouaks
rouaks / sample.html
Last active April 5, 2021 18:00
Sample CKEditor5 JQuery validation plugin
<form id="my_form_id">
<textarea id="textarea" name="textarea" rows="6"></textarea>
<button type="submit">Submit</button>
</form>