Paste is a jQuery plug-in to make it easier to handle paste and parse URLs on web applications and convert them into JavaScript objects.
[TOAST UI Grid] Powerful Component to Display and Edit Data | tui.grid
How to make use of it:
1. Add the jQuery library and jQuery paste plugin to your web page.
<script src="jquery.min.js"></script> <script src="src/jquery.paste.js"></script>
2. Create a clipboard on your web page.
<div id="container-paste" title="Try pasting a url"> <span class="paste-status"></span> </div>
3. Clipboard style.
#container-paste { position: fixed; bottom: 30px; left: 30px; color: white; background-color: rgba(10,10,10,.5); padding: 6px; border-radius: 10px; } #container-paste.failed { background-color: rgba(200,10,10,.5); }
4. Initialize the plugin.
$("#container-paste").paste();
5. Default plugin options.
status: "Paste", processing: "<i class='fa fa-cog fa-spin'></i>", // font awesome 4 processingclass: "", callback: function() {}; // callback
handle pasting & parsing of urls and text jquery Plugin/Github
See Demo And Download
Official Website(atomicinfotech): Click Here
This superior jQuery/javascript plugin is developed by atomicinfotech. For extra advanced usage, please go to the official website.