01.
<html>
02.
<head>
03.
<title>ThaiCreate.Com jQuery Messi</title>
04.
<script type=
"text/javascript"
src=
"jquery-1.9.1.min.js"
></script>
05.
<link rel=
"stylesheet"
href=
"messi.min.css"
/>
06.
<script src=
"messi.min.js"
></script>
07.
<script type=
"text/javascript"
>
08.
09.
$(document).ready(
function
(){
10.
11.
$(
"#btn"
).click(
function
() {
12.
13.
new
Messi(
'This is a message with Messi.'
, {title:
'Title'
});
14.
15.
});
16.
17.
});
18.
19.
</script>
20.
</head>
21.
<body>
22.
23.
<input type=
"button"
id=
"btn"
value=
"Click"
/>
24.
25.
</body>
26.
</html>