if you load content with ajax you should send code funcionality later load
the content, example.

$("#container").load('url',{},function(){

  /*here you put codes for fires clicks or something*/
   $(".addanswer").click(function()

   /* code here */
   });

});

or use plugin like live or listen

bye.
-- 
Atte.
Carlos Becar.

Reply via email to