link Downloading jQlipboard

Compressed and uncompressed copies of jQlipboard files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production.

To locally download these files, right-click the link and select "Save as..." from the menu.

link jQlipboard

Download the compressed, production jQlipboard v0.3

Download the uncompressed, development jQlipboard v0.3

You can also use the withPaste build, which includes pasting functions. The included features are a bit finiky. Use causion while using jQlipboard withPaste.

Download the compressed, production jQlipboard v0.3 withPaste

Download the uncompressed, development jQlipboard v0.3 withPaste

link Referencing jQlipboard

link jQlipboard Compressed

1
2
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://diriectordoc.github.io/jQlipboard/src/v0.3/jQlipboard.min.js"></script>

link jQlipboard Uncompressed

1
2
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://diriectordoc.github.io/jQlipboard/src/v0.3/jQlipboard.js"></script>

link jQlipboard withPaste Compressed

1
2
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://diriectordoc.github.io/jQlipboard/src/w0.3/jQlipboard.min.js"></script>

link jQlipboard withPaste Uncompressed

1
2
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://diriectordoc.github.io/jQlipboard/src/w0.3/jQlipboard.js"></script>

										

The above versions are the most recent stable releases of jQlipboard. When jQlipboard is updated, the above code will be updated.