Disable all jQuery Mobile except for specific events

Disable all jQuery Mobile except for specific events

I'm developing a WP Touch theme and need to add some specific touch events which are not available. I've used jQM in the past for this same event but the site was pure jQM so there were no conflicting scripts.

In this instance, when I enable jQM all kinds of conflicts are created, like this error when I click the home link in my header:  Uncaught SyntaxError: Unexpected end of input.

So I'm wondering if there is away to enable jQM only for this specific touch event? Or is there is any best practices for avoiding these types of conflicts?