jquery-ndd
jquery-ndd copied to clipboard
Native Drag&Drop plugin for JQuery
The porblem ist jQuery's `live()` are removed since 1.9. replaced with `on()` and all the things are going their way :+1: ``` javascript /* * Modified by Wolf Wortmann *...
Bug fix
There was a bug with the `currents` variable being double set when the same element was dragged over a droppable multiple times, regardless of it being dropped or not. This...
Even example.html file is buggy. I can not drag file or text from my OS. The solution is to replace .live with .bind maybe.
Your example doesn't work in Chrome as expected: You can't drop an my/event as event. I also have this problem in a project of mine. Can you fix this? Is...
Hi Guillaume. using $(this) instead of $('css selector') doesn't work (no effects, callback functions are never called). This is the bug case : jQuery(this).droppable( 'Files', function(e) { $(this).css('background', 'yellow') },...