Saturday, October 26, 2024

Character Counter using javascript

 Max 25 Chars only<br>

<textarea id = "counts"></textarea><br><br>
<div id = "show">0</div>

<script>
    var c = document.getElementById("counts");

    c.oninput = function(){
        var st = c.value;
         if(st.length>=25){
            document.getElementById("show").innerHTML = "Please stop you reached at maximum limit.";
            return false;
        }
        else{
            document.getElementById("show").innerHTML = st.length;
        }
    }
</script>

No comments:

Post a Comment

๐Ÿค– AI เค”เคฐ PC: เคฌเคฆเคฒเคคी เคฆुเคจिเคฏा เค•ी เคจเคˆ เคคाเค•เคค

 เค†เคœ Artificial Intelligence (AI) เค•ेเคตเคฒ เคเค• เคคเค•เคจीเค• เคจเคนीं, เคฌเคฒ्เค•ि เคถिเค•्เคทा, เคต्เคฏเคตเคธाเคฏ, เคธ्เคตाเคธ्เคฅ्เคฏ, เคธुเคฐเค•्เคทा เค”เคฐ เคถोเคง เค•े เค•्เคทेเคค्เคฐ เคฎें เค•्เคฐांเคคि เคฒा เคฐเคนी เคนै। AI เค”...