Skip to content

Instantly share code, notes, and snippets.

@mainakibui
Forked from Braunson/tinyEditor.post-fix.js
Created October 27, 2013 05:25
Show Gist options
  • Save mainakibui/7178255 to your computer and use it in GitHub Desktop.
Save mainakibui/7178255 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
// Add the class submit to your 'submit' button :)
$(".submit").on('click', function(){
editor.post();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment