Thanks On Sun, Mar 29, 2009 at 1:25 AM, Ricardo <ricardob...@gmail.com> wrote:
> That's as simple as changing $(".ajax_homes_primary_img").click > (function(){ to $(".ajax_homes_primary_img").live('click', function() Thanks, tried it, and even used livequery (amazing how fast this stuff is to pick up!), and I was still getting the same result: $.ajax database update worked at all times, but the second $.ajax call that retrieved the html did not. The solution for me was to use $.get (in conjunction with livequery. So thank you, your answer "rebind" is correct, or at least as my situation went.