Revisions : blueimp/jQuery-File-Upload - GitHub
jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery
Les articles publiés sur le site
-
Merge pull request #942 from karellm/master
16 janvier 2012, par Sebastian Tschanm jquery.fileupload.js m jquery.iframe-transport.js m vendor/jquery.ui.widget.js Merge pull request #942 from karellm/master Add optional AMD support -
Fix the jquery reference
16 janvier 2012, par Karel Ledru-Mathem jquery.fileupload.js m jquery.iframe-transport.js Fix the jquery reference -
Make the plugin AMD compliant
16 janvier 2012, par Karel Ledru-Mathem jquery.fileupload.js m jquery.iframe-transport.js m vendor/jquery.ui.widget.js Make the plugin AMD compliant -
Moved cross-domain resources into a separate folder.
12 janvier 2012, par Sebastian Tschanm README.md m application.js + cors/jquery.postmessage-transport.js m cors/jquery.xdr-transport.js + cors/postmessage.html + cors/result.html m index.html m jquery.fileupload-ui.js m package.json - style.css m test/index.html Moved cross-domain resources into a separate folder. Moved Bootstrap (...) -
Pass a jQuery event object instead of a native event object to the progress trigger (and copy over the required event properties).
6 janvier 2012, par Sebastian Tschanm jquery.fileupload.js Pass a jQuery event object instead of a native event object to the progress trigger (and copy over the required event properties). This follows the expected behavior of the jQuery UI Widget Factory - see jQuery UI bug #7991: (...)