Hey !
Thanks man
That was pretty awesome :)
On 06-12 07-49, tlob wrote:
>
> Noob answers Noob:
>
> I think you have to put
> $("a").click(function(event){
> 9event.preventDefault();
> 10alert("Thanks for visiting- babu!");
> 11alert("This is my alert");
> 12 });
>
> in you do
Noob answers Noob:
I think you have to put
$("a").click(function(event){
9event.preventDefault();
10alert("Thanks for visiting- babu!");
11alert("This is my alert");
12 });
in you document.ready function.
$(document).ready(function(){
// Your code here
});
this is a main
2 matches
Mail list logo