03.
<head>
04.
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
05.
<title>Untitled Document</title>
06.
<script type=
"text/javascript"
src=
"add-on/jquery-1.5.1.min.js"
></script>
07.
08.
<script type=
"text/javascript"
src=
"add-on/facebox.js"
></script>
09.
<link type=
"text/css"
rel=
"stylesheet"
href=
"add-on/facebox.css"
/>
10.
11.
<script language=
"javascript"
>
12.
jQuery(document).ready(
function
($) { alert(
'00'
);
13.
jQuery.facebox(
'สวัสดี'
)
14.
})
15.
</script>
16.
</head>
17.
18.
<body>
19.
20.
...
21.
22.
</body>
23.
</html>