sortable => put in database
hi folks,
so far i've got the sortables working. i'd like to assign each entry
in the database a position id. now: is there a way to get the id of
the target of the sorted item? if a user pics one i'd get the current
id with this.getAttribute('id'); ... but not the id of the item which
is "replaced".
what i wanna do is just switch the position id's instead if saving a
serialized string to the database :)
thanks in advance,
spine