> The cgi constructs a basic html page that displays the unique ID of the item
> submitted. I'm mocking up a site redesign with Greasemonkey/Jquery so I'm
> restricted to the current cgi code and when I apply .ajaxForm() the page is
> never called (at least not visibly to me).  Does anyone know if this type of
> data can be accessed?  

Any type of data can be accessed.  How do you want to access it?  You
can use the same 'success' and 'complete' callbacks employed by
$.ajax.  You can also the a 'target' option to direct the server
response into the DOM.


> If anyone can point me in the direction of documentation or examples that
> might do help I'd appreciate it.  

http://malsup.com/jquery/form/

Reply via email to