Cross Reference: simpleyuitest.html
xref
: /
yui3
/
src
/
recordset
/
tests
/
simpleyuitest.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
title
></
title
>
</
head
>
<
body
>
<
div
id=
"foo"
>This is a test of Simple YUI</
div
>;
<
script
src=
"/
build
/
simpleyui
/
simpleyui.js
"
></
script
>
<
script
>
Y.one
("#foo").on("click", function(e) {
alert('div foo was clicked');
});
</
script
>
</
body
>
</
html
>