SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 214 | Next

Jonathan Snook, Aaron Gustafson, Stuart Langridge, and Dan Webb

"Accelerated DOM Scripting with Ajax, APIs, and Libraries"

So the following means ???if the value in this field does not match
the regexp,??? and that??™s when the error message needs to be displayed:
if (fld.value.search(re) == -1)
The page has been built so that the part containing this field looks like the following:





So each field has an associated span for displaying the error messages. The DOM tree for
that snippet, then, would be that the