[jQuery] jQuery.form bug in FF with action='#anchor'
Hi,
after upgrading jQuery.form plugin from version 2.12 (06/07/2008) to
version 2.25 (08-APR-2009)
i encounter failure in Firefox 3.0.10 with ajax forms that had only an
anchor in action attribute of form, such as :
<form method="post" action="#formulaire_forum">
This was perfectly working with version 2.12 of jQuery.form plugin but
does not work any more with version 2.25.
The folowing patch seems to solve the trouble
http://trac.rezo.net/trac/spip/changeset/13968
Cédric