<script>
$(function() {
$elem = $('#expresslink_search_order');
$('#searchDetail').append($elem.html());
$elem.remove();
});
</script>