('#send').val(+"&user_id="+data[0].id);
$("#send").val(function (ignored, value) { return value + "&user_id=" + data[0].id; });