Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
js
/
embeddedSimple2.php.formatted
blob: afd9d294b37761c8c7129f05f6a4999e627c231b [
file
]
<script
type
=
"text/javascript"
>
key
=
$
(
"#test"
).
val
();
// CASE 1
if
(
key
.
length
<
3
)
{
$
(
"#ae-result"
).
append
(
"<small>Ít nhấtphải trên 3 kí tự</small>"
);
}
else
{
$
(
"#ae-result"
).
text
(
""
);
</script>