1. 1.
    0
    <input type="text"first name="text1" id="text1" />
    <button onclick="myfunction()">reveal</button>

    <p id="demo"></p>

    <script>
    function myfunction()
    {
    $('#demo').html($('#text1').val().indexOf("a"));
    }
    </script>

    <---
    Sözlük kodu engelliyor, kısaca jquery kütüphanesini dahil et.
    http://ajax.googleapis.co...query/1.9.1/jquery.min.js
    -->
    <script src="kütüphane linki"></script>
    ···
   tümünü göster