Hi Michael,
I just checked your site and the javascript error console, but everything look all right, there are no error messages there. Can you please elabore more on how it break the document ready hook? The plugin is actually using this hook for the initialization as well.
Also, it has been tested along with thousands of scripts that use the jQuery(document).ready(function(){…}); as well as the jQuery(function($){..}); shorthand hooks, and there are no known conflicts as of now. As far as I know the only thing that can cause this hook to malfunction is if there is a runtime error during the page load, that stops further script execution.
Please let me know where the issue is present on your site, and I will take a look.