[jQuery] Issue with FF back button

2008-11-14 Thread Aparajita

Hi,

We have a form at www.floresdodia.com/checkout.php which uses very
simple ajax validation with jquery. We only validate if the field is
empty or not.

Problem is when someone fills all fields and proceeds to the next page
and want to edit something by pressing the back button, Firefox does
not allow to resubmit the page. Its something like submit button has
been disabled.

Would anyone please help me here. I am a jquery novice.

Regards


[jQuery] Query string separator

2007-05-25 Thread aparajita

Hi,

The HTML 4 specification recommends that a semicolon be used as the
separator for query string parameters because of the issues with
encoding '&' in link urls (see 
http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2).

In view of this, it would be very nice indeed if there were a global
setting in jQuery to parameterize the query separator. I only find two
places in jQuery that hard code '&':

ajax()
param()

Of course if this were provided then all plugins that deal with forms
could reference that value instead of hard coding '&' as the query
separator.

Thanks,

- Aparajita