I need assistance with jquery sorting (not with move with mouse, but with grouping elements by clicking button). I would build something like this http://paste.php.lv/d855c7dad07dd696fa5f54d776685b62?lang=php
How do I can sort elements by clicking on link? I mean send value in to to allow group elements by clicking on link? How do I can sort by group by URL value? Currently this sort by class.
For example, user click on link, not click on li tag, selected elements in group appears. If I send to user link with sorted elements in group - address apears as address.com/#group, and user open it. When address opened, elements in groups are sorted by group from value in URL - #group.
Offered source in link doesn`t work correctly too. Can anyone help to fix this problem too?