David Thorisson
David Thorisson

Reputation: 1033

Guide for custom drag and drop treeview control (with jQuery)

I need to do a custom tree with simple drag and drop functions (mainly for reordering tree nodes)

Coding from scratch, are there any guides/examples out there for getting me jumpstarted?

Oh and using jQuery of course!

Upvotes: 0

Views: 4157

Answers (1)

Paul
Paul

Reputation: 36319

um... well, not clear on why you can't simply use one of the existing ones, but my guess would be that reading the code from the existing ones should give you a starting poing.

http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html

Upvotes: 1

Related Questions