01.
<script type=
"text/javascript"
>
02.
$(document).ready(function () {
03.
$(
04.
clearTimeout($.data(this,
05.
if (e.keyCode == 13 | e.which == 13) { //e.which = Browser FireFox
06.
เอาเลย(true);
07.
} else {
08.
$(this).data(
09.
}
10.
});
11.
function เอาเลย(virgin) {
12.
var strSearch= $(
13.
if (!virgin && strSearch.length < 3) {
14.
alert(
15.
return
16.
}
17.
alert(
"เริ่มต้นค้นหา (Select * From Where . ก็ว่ากันไป...)"
);
18.
}
19.
});
20.
</script>