Recommend this page to a friend! |
Download |
Info | Documentation | Demos | Files | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 84 | All time: 450 This week: 3 |
Version | License | JavaScript version | Categories | |||
cloudjs 1.1 | MIT/X Consortium ... | 1.5 | jQuery, Web services, Files and Folders |
Description | Author | |||
This is a jQuery plugin that can send files to users cloud storage accounts. Innovation Award
|
CloudJS is a simple jQuery plugin and gives a flexible way to share a file with end user which they can store into their DropBox, Google Drive etc.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="dist/jQuery.Cloud.js"></script>
<script>
$(document).ready(function(){
//$.Cloud - setting is optional if you defined inside plugin
$('.cloudjs').Cloud({
googleDrive : 'auto',
dropBox : 'a1jy330vpyki64r'
});
});
</script>
<div class="cloudjs" data-file-link="doc/example.pdf"></div>
<a href="https://webmechanicx.github.io/CloudJS/" target="_blank">Live Demo</a>
A simple jQuery plugin, Let your visitor save a file into their DropBox, Google Drive etc.
Files (7) |
File | Role | Description | ||
---|---|---|---|---|
dist (2 files) | ||||
expired_cloud.js | Class | Class source | ||
jQuery.Cloud.js | Class | Class source | ||
LICENSE | Lic. | License text | ||
package.json | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files (7) | / | dist |
File | Role | Description |
---|---|---|
jQuery.Cloud.js | Class | Class source |
jQuery.Cloud.min.js | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.