Thanks, Sam! I had to make one change, then it worked.

I got an error message that "event" was undefined, so I changed the
first line from:
$(document.body).click(function(){
to
$(document.body).click(function(event){

Gotta tell ya, when I hear the phrase "event delegation" my head
starts to hurt. I need something like "Event Delegation for
Idiots." ;-)

Thanks for the help!

-Kim

Reply via email to