NYCPHP Meetup

NYPHP.org

[nycphp-talk] Ajax 101: what to return from a POST

Mark Armendariz lists at enobrev.com
Thu May 3 16:50:01 EDT 2007


>>> From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org]
On Behalf Of David Mintz
Thank you! This is consistent with what I'm trying to do, I just wanted to
confirm that my approach is basically sane. Your example gives me something
to study and steal from.

 
Hope it helps.
 
I noticed I made a mistake when looking at your reply:

    new Insertion.After($(oError.field), sField);
 
should be               
 
    new Insertion.After($('field_' + oError.field), sField);
 
Good Luck!
 
Mark




More information about the talk mailing list