Posts Tagged ‘prototype’

Table drag’n'drop

Wednesday, October 17th, 2007

Prototype and script.aculo.us javascript libraries gives you the possibility to sort list elements in a webpage by dragging them around using Sortable.create.A good example is rearranging <li>’s nested in <ul> but you can also drag <table>’s inside <div>’s.In the comment there’s a full example - just place prototype.js and scriptaculous.js alongside your HTML page.