// This code syntax requires that JQuery be imported.
$(document).ready(function() {
$("a[name=hello]").click(function() {
alert("Hello world!");
});
});Hello JQuery
Sorry, the comment form is now closed.
// This code syntax requires that JQuery be imported.
$(document).ready(function() {
$("a[name=hello]").click(function() {
alert("Hello world!");
});
});Sorry, the comment form is now closed.