I just found this post today. I've had the same problems trying to use both libraries. I patched fValidate to work with jQuery and Safari. There were a few methods that overlapped and didn't work properly. If you're still interested in using fValidate let me know. Shoot me an email and I can send you the patched file.
On Nov 19, 6:57 am, Gordon <[EMAIL PROTECTED]> wrote: > 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?