I am making an autocomplete text box for a page that also uses fValidate for form validation. As much as I might want to I can't ditch fValidate in favour of another library as there isn't time, but it seems that fValidate refuses to play nice with jQuery. Trying to add content to the page with html(), replace(), before(), append() etc will not work in IE 6 or 7 unless the fValidate includes are all commented out.
Has anyone else run into this? What's causing it and what can I do about it?