From db8c6d3b120da8db99d88282e0507f5cee741b5a Mon Sep 17 00:00:00 2001 From: Denis K Date: Fri, 2 Dec 2016 12:26:29 -0800 Subject: [PATCH] Update jquery_example.html keyUp here is better, because keypresses is generated BEFORE character is really attached to the value. As a result, $(this).val() does not contain last character --- chapter1/recipe2/jquery_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/recipe2/jquery_example.html b/chapter1/recipe2/jquery_example.html index b82d67a..29561cb 100644 --- a/chapter1/recipe2/jquery_example.html +++ b/chapter1/recipe2/jquery_example.html @@ -9,7 +9,7 @@