Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div class="paper" contenteditable>
  2. </div>
  3.  
  4. Mousetrap.bindGlobal("ctrl+h", function(){
  5. editor.insertHTML("<div class='test'></div>");
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement