Hi Friends,

I am a newbie here, so I decided to follow a simple example mentioned
in a tutorial, but I stuck here,

 $("a").click(function(event){
   alert("Thanks for visiting!");
event.preventDefault();
 });

the expected behavior of this code should be whenever I click

Reply via email to