lmao... I love those cave man commercials.

I can only imagine that you are referring to:
http://docs.jquery.com/How_jQuery_Works

correct?

If so, I have a few questions:

1.  Is there code we can look at?
2.  Are you doing:

$(document).ready(function(){
$("a").click(function(){
   alert("Thanks for visiting!");
   return false;
});
}
the dom has to be ready before you can bind any events to it.

3.  Did you include the jQuery framework?

Let us know.

On 9/27/07, cmbtrx <[EMAIL PROTECTED]> wrote:
>
>
> OK, forgive my tone here...I'm actually quite flabbergasted.
>
> I ***FINALLY*** get around to trying out jquery.
>
> Oh, I'm sure that quite obviously I'm doing something wrong, because
> after following the first few paragraphs of the "How JQuery Works"
> section (clicking a link launches an alert box...uh ok, no fine) it
> does absolutely nothing.
>
> Wow.
>
> So far the javascript skills required for testing this are sub-fetal
> so I can't imagine what black magic I might possibly have introduced
> into this 79Kb albatross.
>
> No, OK, I won't condemn it yet, but can somebody enlighten me?
>
> (I thought this would be easy.)
>
>


-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com

Reply via email to