php include breaking jQuery

php include breaking jQuery

Was wondering if anyone has encountered this problem before. When I put a php include (which the jQuery is targeting) the jQuery breaks.

So I have two buttons on the page.
1 button is targeted in the php include.

If the include is put in, the button that is not in the include does not work. If the include is NOT put in, the button that is outside the include works, but the one inside the include breaks.

Ideas?