Apparently Facebox doesn't act on the element itself.
When Facebox displays an element, it makes a copy of that element and
displays the copy.
The copy therefore does not have the actions associated to it anymore.

I worked around this issue by converting my selector to a class
selector instead of an ID, and used livequery to act on all added
elements.

This fixed the issue.

On Dec 3, 10:57 pm, benjam <[EMAIL PROTECTED]> wrote:
> I have a form inside a div that is shown via Facebox.
>
> I seem to be having troubles getting the form to submit via ajax, it
> always wants to submit normally.
>
> Here is a test page:http://www.iohelix.net/misc/chat_test/
>
> Any suggestions would be appreciated.

Reply via email to