forse così?
codice:$.get("<?php echo Router::url(array('action' => 'reorder_menu')) ?>/" + $(u.item).data("key") + "/" + $(u.item).data("position") + "/" + to <?php if (!empty($alias)) echo ' + "/' . $alias . '"' ; ?>, function (data) { $("#sortable").html(data); } );
il risultato sarebbe
codice:$.get("TUAURL/" + $(u.item).data("key") + "/" + $(u.item).data("position") + "/" + to + "/prova_1", function (data) { $("#sortable").html(data); } );