jquery sortable item cached? #sortable items: '.class1' filter is not working when class is changed
- by liz
hello everyone,
i came across a weird problem today:
i created a sortable list of divs. each div has a class="class1" and items is set to 'class1' (see below simplified code). each div has an a href link that calls a function toggleLock. this function replaces class="class1" with class="locked" for that div.
for example: will become
the problem…