[jQuery] accessing value in ajax form without submitting the form

2009-06-02 Thread in...@reenie.org
I have a form. Upon submit, the data is sent to the server. Under certain conditions, the form is replaced via ajax with a set of radio buttons that offer the user a a choice. I need to access the radio buttons before I submit the form again. Normally I could just access the buttons with

[jQuery] Re: Jquery Email validation

2009-05-23 Thread in...@reenie.org
One thing I don't understand about your script, is the lack of an extension in /ajax/emailcheck Are you using an url rewrite or is some other technique involved? Seems kind of silly to use a rewrite just for the mailcheck, but perhaps one rewrite applies to all /ajax/.* jsuggs wrote:

[jQuery] Re: Load question

2009-05-23 Thread in...@reenie.org
In this code, triggered when when the user fills out the shipping info, this code fades the form div, displays the loader gif, loads the billing form into the form div, fades the loader and then fades in the form div. Each fadeIn, fadeOut or load function has a second parameter which