[Solved] move div on a page in the middle of a list of ul’s but ul’s do not id’s


use insertAfter()

Try this

$('#move').insertAfter($('.maincolumn ul:eq(0)'))

DEMO

3

solved move div on a page in the middle of a list of ul’s but ul’s do not id’s