I am using jQuery Form Plugin
It is working fine as I have it now.
I want to add some functionality. After the form submits the plugin is returning back responseText (see above link). I am updating one div with this link. What If I want to update multiple div's...with different messages. Basically, I'm wondering if there is a way to get 'multiple' responseText(s).
A way around is to put all I want in one responseText and then somehow break it (using substring) and update multiple divs?
Also, How do we add some content to the div using jQuery?