Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
js
/
embeddedSimple2.php
blob: 426a19f901a771e59c816cdbd156ceaf9f7dc83e [
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>