> Your code is saying an A tag that has an id of response. To get a
> jQuery object containing all a tags inside that div, it should look
> like this:
> 
> #response a

I have corrected as you have said, but still not work, this is the
correction I have applied:

$("#response a").click(function(){
  alert("Hello");
  return false;
)};

It could depend on the content that is generated in dynamic way?

-- 
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it."  -- Alan Kay

Reply via email to