Working With Multiple Ajax Forms In Same Page
After a suggestion from this question Multiple forms in in a page - load error messages via ajax I am trying to work multiple forms in same page. I am trying to append error messag
Solution 1:
Like this?
postform.find('.message').append('<span>' + message + '</span>');
Post a Comment for "Working With Multiple Ajax Forms In Same Page"