Hello JQuery

  • Posted on January 10, 2010 at 8:12 am



Click here for Hello!

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

Leave a Reply

You must be logged in to post a comment.