Skip to content

Instantly share code, notes, and snippets.

@davglass
Created February 25, 2010 03:56
Show Gist options
  • Select an option

  • Save davglass/314217 to your computer and use it in GitHub Desktop.

Select an option

Save davglass/314217 to your computer and use it in GitHub Desktop.
YUI().use('dd', function(Y) {
var items = Y.all('.className');
items.plug(Y.Plugin.Drag);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment