RE: Ajax Update Help

2009-10-12 Thread hahmadi82
[mailto:hahmad...@gmail.com] Sent: October-11-09 5:46 AM To: cake-php@googlegroups.com Subject: Re: Ajax Update Help Can anyone please help me with this? hahmadi82 wrote: Hi, I have a question about how to get a div to update after an ajax form submission. I have a file index.ctp

Re: Ajax Update Help

2009-10-11 Thread hahmadi82
Can anyone please help me with this? hahmadi82 wrote: Hi, I have a question about how to get a div to update after an ajax form submission. I have a file index.ctp which displays a list of parts. When you click on add part, I use: $('a.js-ajax').live('click', function() {

RE: Ajax Update Help

2009-10-11 Thread Dave Maharaj :: WidePixels.com
is the DIV id you want to update, Hope that gets you started. Dave -Original Message- From: hahmadi82 [mailto:hahmad...@gmail.com] Sent: October-11-09 5:46 AM To: cake-php@googlegroups.com Subject: Re: Ajax Update Help Can anyone please help me with this? hahmadi82 wrote: Hi