jQuery.form causing blank white page

jQuery.form causing blank white page

I'm trying to use jquery.form to handle a file upload in a dialog (nyroModal). Everytime I test it (and I've gone through a NUMBER of modal plugins assuming it was a compatibility issues, but it's not) I always get this error:

TypeError: Result of expression '(jQuery(this).data('form-plugin-onload'))' [null] is not a function.

This stems from line 181 of the plugin code. The plugin works fine as long as there is no file upload in the form it is processing, because it doesn't generate an iframe, but as soon as it needs to generate an iframe, BAM! it's toast


HELP!!!!!