<input value="deneme" />

        $(document).ready(function () {

            alert($("input").val().substr(0, 1));

        })