[jQuery] Using ajaxForm with liveQuery. Problems with IE6 and 7.
Hi Guys,
I am using ajaxForm to submit some forms from the one page. These
forms are loaded in place via an ajax request and I am using liveQuery
to reread the DOM so that the ajaxForm can get the relevant info. ( I
don't think I needed to do this as it worked in FF and Opera, but it
seems to be broken in IE6 and 7)
Anyways you can see a demo here at
http://www.adsonvidsstaging.com.
If you click on either the ENQUIRE or FFEDBACK forms, it makes an ajax
request to go and get the forms. The html form is then updated in the
relevant div, and live query is hit up in the function so that form is
able to an ajax submit.
This works fine in FF and Opera, but is not working in aforementioned
IE. Its always IE.
Anyways all the jQuery code can be seen on this page by viewing the
source of the page. I am assuming that the problem is that IE6 and 7
are not reading the updated DOM. Any thoughts on what I am doing wrong
here would be much appreciated.
If anyone is wondering what this site is builit on it is CakePHP and
the video player is Flow Player.
Any help or assistance that can be offered is greatly appreciated.
Kind regards,
Luke Byrne