$(document).ready(function () {
    // Ваш код
});$(document).ready(function () {
     // language=JQuery-CSS
    $("#send").click(function () {
            var params = {
                text: $("#input1").val(),
            }
            $.post("ajax.php", params, function (data) {
                $("#hello").html(data);
            });
        }
    );
})<script scr="//code.jquery.com/jquery-1.11.2.min.js"></script>scr, а src