Have you included jQuery yourself in your theme? If jQuery is not included right (should be done with wp_enqueue_script), it might crash. Another plugin including jQuery the wrong way might also crash it.
For both problems I would recommend trying to deactivate all your other plugins. If it works then, try activating them one at a time.
If another plugin is the problem, please tell me which and I’ll look into it.