How can I turn off jquery's handling of certain <a> links?

How can I turn off jquery's handling of certain <a> links?

How can I tell jQuery not to do anything with certain <a> links?  I don't mean styling as much as whatever the scripts are doing with the links.  

 I am using a JavaScript sound manager that converts normal <a> links to .mp3 files into little embedded audio players.  The files will play, but when I have jQuery also on that page, the links take me to a blank white page.  I'm not sure what jQuery is trying to do, but is there a way to tell jQuery to ignore certain links?

Let me know if more info is needed.  Thanks