Re: Including jQuery on Profile Edit Page
I think bb_head() calls bb_template_scripts() and I think bb_template_scripts() enqueues jquery when you are on the profile-edit.php page. So, I think just just need to ensure this is in your header.php in your template:
<?php bb_head() ;?>
If you already have that, then I’m not certain what the problem is. You could always hard code the call to jQuery, but that seems lame.