Dragon Drop jQuery Plugin


Dragon Drop - v.0.1

This jQuery plugin gives you drag and drop ability using the new File reader browser object.

  • It sends a binary safe json encoded string to the 'url' specified in options
  • Server side processing sample included to handle the json payload
  • It has only been tested in Chromium 10.0.648.133 (77742) on linux and also FireFox 3.6

Usage

  1. include the script into page
  2. put code in your script block
						
							$('selector').dragondrop({options});
						
					

Options

This plugin currently only supports three options

						
								url : 'server.php',
								method : 'POST',
								responseId : 'responseId',
						
					

License

Copyright (c) 2011, SEEDS Technologies, bryan .. seedstech ... net

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.