Issues with Jquery

First off, thank you for this amazing piece of code. I’m facing a minor issue when embedding this upload tool into my existing site. There seems to be something in the dhtmlXVaultObject that jquery-from doesn’t like.

My file uploads work great but when i go to submit a form on the same page I get the following errors in my javascript debug console:

Uncaught TypeError: undefined is not a function
Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method ‘handleError’

Any ideas?

Thanks