﻿$(document).ready(function() {
    $("#helloWorld").click(function() {
        alert("Hello world!");
    });
});
