I can’t seem to work this out…
I need to detach (or remove) a selected list element, and insert it back into the ul after the first li element.
http://fiddle.jshell.net/PgfEF/
So i thought this might work, but no;
$(this).slice().prependTo('ul.support-items > li:first-child:after');
any help appreciated,
thanks Cam
How about this:
jsFiddle example