Web Component: j-Paste


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-Paste

The component captures paste event.

ON('paste', function(text, e) {
    // @text {String}
});

Author