main.py
CHANGED
@@ -29,7 +29,7 @@ function load()
|
|
29 |
}
|
30 |
setTimeout(load, 1000);
|
31 |
|
32 |
-
$("messages").change(function(){
|
33 |
alert("The text has been changed.");
|
34 |
});
|
35 |
|
|
|
29 |
}
|
30 |
setTimeout(load, 1000);
|
31 |
|
32 |
+
$("#chat_form :input[name='messages']").change(function(){
|
33 |
alert("The text has been changed.");
|
34 |
});
|
35 |
|