<ul> <li>one</li> <li>two</li> <li>three</li></ul>
$("li").click(function() { $(this).parent().prepend($(this));});