Skip to content

Instantly share code, notes, and snippets.

@alohasoftworks
Created October 6, 2009 20:19
Show Gist options
  • Select an option

  • Save alohasoftworks/203371 to your computer and use it in GitHub Desktop.

Select an option

Save alohasoftworks/203371 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$("#link").click(function (e) {
e.preventDefault();
alert("Code to be executed when the user clicks goes here!");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment