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/0d8bdb224df6ff02 So, is no one interested in this 2 forms on one page thing?