// This code syntax requires that JQuery be imported.
$(document).ready(function() {
$("a[name=hello]").click(function() {
alert("Hello world!");
});
});// This code syntax requires that JQuery be imported.
$(document).ready(function() {
$("a[name=hello]").click(function() {
alert("Hello world!");
});
});