I've replaced

options = jQuery.extend(options);

with

options = options || {};

and it works now.

Thanx Mike !

On Jul 5, 5:00 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Most likely the problem occurs because you're using the extend method
> incorrectly.  If you only pass a single arg to extend it extends the
> jQuery object.  I'm not really sure what you're trying to accomplish
> with this line anyway:
>
> options = jQuery.extend(options);
>
> Did you mean to use something like this instead?
>
> options = options || {};
>
> Mike
>
> On 7/5/07, Catalin <[EMAIL PROTECTED]> wrote:
>
>
>
> >http://groups.google.com/group/jquery-en/browse_thread/thread/0d8bdb2...
>
> > So, is no one interested in this 2 forms on one page thing?

Reply via email to