I develop plugins for WordPress. It uses some jquery in the user side (themes) as a jquery plugin. The problem is, when there is an javascript error with other plugins made
This is worked for me:
try{ //your code } catch(error) { return true; }