use .unwrap()
and .wrapAll()
:
$('ul li').unwrap();
$('.a').wrapAll('<ul></ul>')
$('.b').wrapAll('<ul></ul>')
$('.c').wrapAll('<ul></ul>')
5
solved Sort bullit list by li class [closed]
use .unwrap()
and .wrapAll()
:
$('ul li').unwrap();
$('.a').wrapAll('<ul></ul>')
$('.b').wrapAll('<ul></ul>')
$('.c').wrapAll('<ul></ul>')
5
solved Sort bullit list by li class [closed]