[jQuery] Re: Form built by ajax doesn't submit

2009-09-02 Thread Reynolds Design Studio
that worked! thanks mike On Sep 1, 6:22 pm, Mike Alsup wrote: > > what i get back from ajax looks exactly the same as the form above > > just with updated values. > > Instead of doing this: > > $(".button").click(function() {  ... > > do this: > > $(".button").live('click', function() {  ... >

[jQuery] Re: Form built by ajax doesn't submit

2009-09-01 Thread Mike Alsup
> what i get back from ajax looks exactly the same as the form above > just with updated values. Instead of doing this: $(".button").click(function() { ... do this: $(".button").live('click', function() { ... http://docs.jquery.com/Events/live