Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function () {
  2.     $(".text-comment").on("keyup", function () {
  3.         var length = $(".remaning");
  4.  
  5.         if ($(".chars").data("chars") <= 0) {
  6.             length.css("color", "red");
  7.             alert("Alaaarm");
  8.         }
  9.     });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement