[jQuery] Re: Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
ry-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Rick Faircloth Sent: Wednesday, September 23, 2009 12:07 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Need a callback function to delay processing... Hi, Mark, and thanks for the reply... > put them as > something li

[jQuery] Re: Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
ny suggestions! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mike McNally Sent: Wednesday, September 23, 2009 10:45 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Need a callback function to delay processing... Put the stu

[jQuery] Re: Need a callback function to delay processing...

2009-09-23 Thread Mike McNally
Put the stuff you want to have happen after the form loads either in the response page from the form submission, or else put them as something like an event handler on an element and have the form response include some code to trigger the event. If you submit stuff with the jQuery AJAX routines,