kevcjones-archived / adapt-dragdrop

A work in progress, drag a drop component which falls back to a static diagram
GNU General Public License v3.0
3 stars 6 forks source link

jQuery selectors are now scoped to the view #2

Closed GavinNelson closed 9 years ago

GavinNelson commented 9 years ago

this should allow more than one dragdrop on a page without them interfering with each other, fixing issue #1.

This Is my first ever pull request so sorry if i've got the process wrong