Message # 1 | 8:15 PM
I use the script to your site to the written comments at least 50 characters. But apparently it conflicts with something there. It "error" but the comment still appear.Please help me fix this !

Demo:
Code
http://demopix.ucoz.com/publ/sssss/999999999999999999/3-1-0-23


used code :
Code
<script>
$("#addcBut").click(function(){
        var inputStr = $("#message").val();
        if(inputStr.length<50)
            $("#error_msg").html("comment must have at least 50 characters ");
        else
            $("#acform").submit();          
})
</script>
Attachments: 4775504.png (206.8 Kb)
Post edited by kelvingari - Wednesday, 2015-10-07, 2:30 PM